Shades of Earls Green #ACAC21
Tints of Earls Green #ACAC21
RGB
CMYK
RGB Variations
Color information
#ACAC21 (or 0xACAC21) is known color: Earls Green. HEX triplet: AC, AC and 21. RGB value is (172,172,33). Sum of RGB (Red+Green+Blue) = 172+172+33=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 172 (67.58% from 255 or 45.62% from 377); Blue value is 33 (13.28% from 255 or 8.75% from 377); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAC21 is #5353DE. Grayscale: #9C9C9C. Windows color (decimal): -5460959 or 2206892. OLE color: 2206892.
HSL color Cylindrical-coordinate representation of color #ACAC21: hue angle of 60º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ACAC21 is Cyan = 0, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 172 | 33 | - |
| CMYK | 0 | 0 | 0.81 | 0.33 |
| HSL | 60º | 0.68% | 0.4% | - |
| HSV(B) | 60º | 0.81% | 0.67% | - |
| XYZ | 32.04 | 38.39 | 7.16 | - |
| YUV | 156.15 | 58.5 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 172 | 33 | 0 | 0 | 0.81 | 0.33 | 60 | 0.68 | 0.4 |
| Hex | AC | AC | 21 | 0 | 0 | 51 | 21 | 3C | 44 | 28 |
| Octal | 254 | 254 | 41 | 0 | 0 | 121 | 41 | 74 | 104 | 50 |
| Binary | 10101100 | 10101100 | 100001 | 0 | 0 | 1010001 | 100001 | 111100 | 1000100 | 101000 |
Color Harmonies of #ACAC21
Complementary color
Monochromatic Colors of #ACAC21
Black with #ACAC21
Text Example
Text Example
White with #ACAC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAC21; }
p { color: rgb(172,172,33); }
H1.HeaderClassName
{
color: #ACAC21;
}
.AnyTagClassName
{
color: #ACAC21;
}
</style>
background-color css
<style>
a { background-color: #ACAC21; }
a { background-color: rgb(172,172,33); }
div.DivClassName
{
background-color: #ACAC21;
}
.BgClassName
{
background-color: #ACAC21;
}
</style>
border-color css
<style>
span { border-color: #ACAC21; }
span { border-color: rgb(172,172,33); }
td.TdClassName
{
border-color: #ACAC21;
}
.TagClassName
{
border-color: #ACAC21;
}
</style>