Shades of Earls Green #ACAC29
Tints of Earls Green #ACAC29
RGB
CMYK
RGB Variations
Color information
#ACAC29 (or 0xACAC29) is known color: 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
| RGB | 172 | 172 | 41 | - |
| CMYK | 0 | 0 | 0.76 | 0.33 |
| HSL | 60º | 0.62% | 0.42% | - |
| HSV(B) | 60º | 0.76% | 0.67% | - |
| XYZ | 32.17 | 38.44 | 7.82 | - |
| YUV | 157.07 | 62.5 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 172 | 41 | 0 | 0 | 0.76 | 0.33 | 60 | 0.62 | 0.42 |
| Hex | AC | AC | 29 | 0 | 0 | 4C | 21 | 3C | 3E | 2A |
| Octal | 254 | 254 | 51 | 0 | 0 | 114 | 41 | 74 | 76 | 52 |
| Binary | 10101100 | 10101100 | 101001 | 0 | 0 | 1001100 | 100001 | 111100 | 111110 | 101010 |
Color Harmonies of #ACAC29
Complementary color
Monochromatic Colors of #ACAC29
Black with #ACAC29
Text Example
Text Example
White with #ACAC29
Text Example
Text Example
HTML Codes & Css Web 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>