Shades of Earls Green #ACAC2A
Tints of Earls Green #ACAC2A
RGB
CMYK
RGB Variations
Color information
#ACAC2A (or 0xACAC2A) is known color: Earls Green. HEX triplet: AC, AC and 2A. RGB value is (172,172,42). Sum of RGB (Red+Green+Blue) = 172+172+42=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 172 (67.58% from 255 or 44.56% from 386); Blue value is 42 (16.80% from 255 or 10.88% from 386); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAC2A is #5353D5. Grayscale: #9D9D9D. Windows color (decimal): -5460950 or 2796716. OLE color: 2796716.
HSL color Cylindrical-coordinate representation of color #ACAC2A: hue angle of 60º degrees, saturation: 0.61, 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 #ACAC2A is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 172 | 42 | - |
| CMYK | 0 | 0 | 0.76 | 0.33 |
| HSL | 60º | 0.61% | 0.42% | - |
| HSV(B) | 60º | 0.76% | 0.67% | - |
| XYZ | 32.18 | 38.44 | 7.91 | - |
| YUV | 157.18 | 63 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 172 | 42 | 0 | 0 | 0.76 | 0.33 | 60 | 0.61 | 0.42 |
| Hex | AC | AC | 2A | 0 | 0 | 4C | 21 | 3C | 3D | 2A |
| Octal | 254 | 254 | 52 | 0 | 0 | 114 | 41 | 74 | 75 | 52 |
| Binary | 10101100 | 10101100 | 101010 | 0 | 0 | 1001100 | 100001 | 111100 | 111101 | 101010 |
Color Harmonies of #ACAC2A
Complementary color
Monochromatic Colors of #ACAC2A
Black with #ACAC2A
Text Example
Text Example
White with #ACAC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAC2A; }
p { color: rgb(172,172,42); }
H1.HeaderClassName
{
color: #ACAC2A;
}
.AnyTagClassName
{
color: #ACAC2A;
}
</style>
background-color css
<style>
a { background-color: #ACAC2A; }
a { background-color: rgb(172,172,42); }
div.DivClassName
{
background-color: #ACAC2A;
}
.BgClassName
{
background-color: #ACAC2A;
}
</style>
border-color css
<style>
span { border-color: #ACAC2A; }
span { border-color: rgb(172,172,42); }
td.TdClassName
{
border-color: #ACAC2A;
}
.TagClassName
{
border-color: #ACAC2A;
}
</style>