color codes Logo

#acd85a color codes

#ACD85A
(172,216,90)
0 Favorites   0 Comments

Color spaces of #acd85a

RGB 17221690
HSL0.220.620.60
HSV81°58°85°
CMYK 0.200.000.58   0.15
XYZ43.414658.620618.6996
Yxy58.62060.35960.4855
Hunter Lab76.5641-32.771239.1142
CIE-Lab81.0826-33.392956.2138

#acd85a color RGB value is (172,216,90).

#acd85a hex color red value is 172, green value is 216 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #acd85a hue: 0.22 , saturation: 0.62 and the lightness value of acd85a is 0.60.

The process color (four color CMYK) of #acd85a color code is 0.20, 0.00, 0.58, 0.15. Web safe color of #acd85a is #99cc66. Color #acd85a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011000 01011010
Octal 254 330 132
Decimal 172 216 90
Hex AC D8 5A

RGB Percentages of Color #acd85a

%35.98
%45.19
%18.83

CMYK Percentages of Color #acd85a

%20
%0
%58
%15

Triadic Colors of #acd85a

#acd85a #5aacd8 #d85aac

Analogous Colors of #acd85a

#acd85a #6dd85a #d8c55a

Monochromatic Colors of #acd85a

#acd85a

Complementary Color

#acd85a #865ad8

#acd85a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd85a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd85a Color CSS Codes

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

#acd85a Text Font Color

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

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


#acd85a Background Color

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

This div background color is #acd85a


#acd85a Border Color

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

This div border color is #acd85a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(172,216,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #acd85a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #acd85a;
  -webkit-box-shadow: 1px 1px 3px 2px #acd85a;
  box-shadow:         1px 1px 3px 2px #acd85a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,216,90, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd85a


Comments

No comments written yet.

Please login to write comment.