Color Hex Logo

#a0c63e Color Hex

#A0C63E
(160,198,62)
0 Favorites   0 Comments

Color spaces of #a0c63e

RGB 16019862
HSL0.210.540.51
HSV77°69°78°
CMYK 0.190.000.69   0.22
XYZ35.560848.209611.9886
Yxy48.20960.37140.5034
Hunter Lab69.4331-30.087638.3659
CIE-Lab74.9569-31.769560.9633

#a0c63e color RGB value is (160,198,62).

#a0c63e hex color red value is 160, green value is 198 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #a0c63e hue: 0.21 , saturation: 0.54 and the lightness value of a0c63e is 0.51.

The process color (four color CMYK) of #a0c63e color hex is 0.19, 0.00, 0.69, 0.22. Web safe color of #a0c63e is #99cc33. Color #a0c63e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11000110 00111110
Octal 240 306 76
Decimal 160 198 62
Hex A0 C6 3E

RGB Percentages of Color #a0c63e

%38.10
%47.14
%14.76

CMYK Percentages of Color #a0c63e

%19
%0
%69
%22

Triadic Colors of #a0c63e

#a0c63e #3ea0c6 #c63ea0

Analogous Colors of #a0c63e

#a0c63e #5cc63e #c6a83e

Monochromatic Colors of #a0c63e

#a0c63e

Complementary Color

#a0c63e #643ec6

#a0c63e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0c63e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0c63e Color CSS Codes

.mybgcolor {background-color:#a0c63e; } 
.myforecolor {color:#a0c63e; }
.mybordercolor {border:3px solid #a0c63e; }

#a0c63e Text Font Color

<p style="color:#a0c63e">Text here</p>

This sample text font color is #a0c63e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a0c63e Background Color

<div style="background-color:#a0c63e">
Div content here</div>

This div background color is #a0c63e


#a0c63e Border Color

<div style="border:3px solid #a0c63e">
Div here</div>

This div border color is #a0c63e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,198,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a0c63e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a0c63e;
  -webkit-box-shadow: 1px 1px 3px 2px #a0c63e;
  box-shadow:         1px 1px 3px 2px #a0c63e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,198,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a0c63e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a0c63e;
  -webkit-box-shadow: 1px 1px 3px 2px #a0c63e;
  box-shadow:         1px 1px 3px 2px #a0c63e;">
Div content here</div>

This div box has shadow with color #a0c63e


Comments

No comments written yet.

Please login to write comment.