Color Hex Logo

#a0cd4c Color Hex

#A0CD4C
(160,205,76)
0 Favorites   0 Comments

Color spaces of #a0cd4c

RGB 16020576
HSL0.220.560.55
HSV81°63°80°
CMYK 0.220.000.63   0.20
XYZ37.633051.658014.8250
Yxy51.65800.36150.4962
Hunter Lab71.8735-32.315938.0820
CIE-Lab77.0759-34.036457.5853

#a0cd4c color RGB value is (160,205,76).

#a0cd4c hex color red value is 160, green value is 205 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #a0cd4c hue: 0.22 , saturation: 0.56 and the lightness value of a0cd4c is 0.55.

The process color (four color CMYK) of #a0cd4c color hex is 0.22, 0.00, 0.63, 0.20. Web safe color of #a0cd4c is #99cc33. Color #a0cd4c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11001101 01001100
Octal 240 315 114
Decimal 160 205 76
Hex A0 CD 4C

RGB Percentages of Color #a0cd4c

%36.28
%46.49
%17.23

CMYK Percentages of Color #a0cd4c

%22
%0
%63
%20

Triadic Colors of #a0cd4c

#a0cd4c #4ca0cd #cd4ca0

Analogous Colors of #a0cd4c

#a0cd4c #5fcd4c #cdba4c

Monochromatic Colors of #a0cd4c

#a0cd4c

Complementary Color

#a0cd4c #794ccd

#a0cd4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0cd4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0cd4c Color CSS Codes

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

#a0cd4c Text Font Color

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

This sample text font color is #a0cd4c
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.


#a0cd4c Background Color

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

This div background color is #a0cd4c


#a0cd4c Border Color

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

This div border color is #a0cd4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0cd4c


Comments

No comments written yet.

Please login to write comment.