#ACAC29

Color #ACAC29 Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #ACAC29

Tints of Earls Green #ACAC29

Color information

#ACAC29 (or 0xACAC29) is unknown color: approx Earls Green. HEX triplet: AC, AC and 29. RGB value is (172,172,41). Sum of RGB (Red+Green+Blue) = 172+172+41=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 41 (16.41% from 255 or 10.65% from 385); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAC29 is #5353D6. Grayscale: #9D9D9D. Windows color (decimal): -5460951 or 2731180. OLE color: 2731180.

HSL color Cylindrical-coordinate representation of color #ACAC29: hue angle of 60º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ACAC29 is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB17217241-
CMYK000.760.33
HSL60º61.5%41.76%-
HSV(B)60º76.16%67.45%-
XYZ32.1738.447.82-
YUV157.0762.5138.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 44.68%
GREEN value IS 172 (67.58% from 255) = 44.68%
BLUE value IS 41 (16.41% from 255) = 10.65%
R=44.68%
G=44.68%
B=10.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217241000.760.336061.541.76
HexACAC29004C213c3e2a
Octal254254510011441747652
Binary1010110010101100101001001001100100001111100111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAC29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAC29; }

 p { color: rgb(172,172,41); }

 H1.HeaderClassName
 {
   color: #ACAC29;
 }
 .AnyTagClassName
 {
   color: #ACAC29;
 }
</style>
background-color css

<style>
 a { background-color: #ACAC29; }

 a { background-color: rgb(172,172,41); }

 div.DivClassName
 {
   background-color: #ACAC29;
 }
 .BgClassName
 {
   background-color: #ACAC29;
 }
</style>
border-color css

<style>
 span { border-color: #ACAC29; }

 span { border-color: rgb(172,172,41); }

 td.TdClassName
 {
   border-color: #ACAC29;
 }
 .TagClassName
 {
   border-color: #ACAC29;
 }
</style>