Shades of Earls Green #ACAC2C
Tints of Earls Green #ACAC2C
RGB
CMYK
RGB Variations
Color information
#ACAC2C (or 0xACAC2C) is known color: Earls Green. HEX triplet: AC, AC and 2C. RGB value is (172,172,44). Sum of RGB (Red+Green+Blue) = 172+172+44=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 44 (17.58% from 255 or 11.34% from 388); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAC2C is #5353D3. Grayscale: #9D9D9D. Windows color (decimal): -5460948 or 2927788. OLE color: 2927788.
HSL color Cylindrical-coordinate representation of color #ACAC2C: hue angle of 60º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ACAC2C is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 172 | 44 | - |
| CMYK | 0 | 0 | 0.74 | 0.33 |
| HSL | 60º | 0.59% | 0.42% | - |
| HSV(B) | 60º | 0.74% | 0.67% | - |
| XYZ | 32.22 | 38.46 | 8.11 | - |
| YUV | 157.41 | 64 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 172 | 44 | 0 | 0 | 0.74 | 0.33 | 60 | 0.59 | 0.42 |
| Hex | AC | AC | 2C | 0 | 0 | 4A | 21 | 3C | 3B | 2A |
| Octal | 254 | 254 | 54 | 0 | 0 | 112 | 41 | 74 | 73 | 52 |
| Binary | 10101100 | 10101100 | 101100 | 0 | 0 | 1001010 | 100001 | 111100 | 111011 | 101010 |
Color Harmonies of #ACAC2C
Complementary color
Monochromatic Colors of #ACAC2C
Black with #ACAC2C
Text Example
Text Example
White with #ACAC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAC2C; }
p { color: rgb(172,172,44); }
H1.HeaderClassName
{
color: #ACAC2C;
}
.AnyTagClassName
{
color: #ACAC2C;
}
</style>
background-color css
<style>
a { background-color: #ACAC2C; }
a { background-color: rgb(172,172,44); }
div.DivClassName
{
background-color: #ACAC2C;
}
.BgClassName
{
background-color: #ACAC2C;
}
</style>
border-color css
<style>
span { border-color: #ACAC2C; }
span { border-color: rgb(172,172,44); }
td.TdClassName
{
border-color: #ACAC2C;
}
.TagClassName
{
border-color: #ACAC2C;
}
</style>