Shades of Earls Green #ACAA2D
Tints of Earls Green #ACAA2D
RGB
CMYK
RGB Variations
Color information
#ACAA2D (or 0xACAA2D) is known color: Earls Green. HEX triplet: AC, AA and 2D. RGB value is (172,170,45). Sum of RGB (Red+Green+Blue) = 172+170+45=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 45 (17.97% from 255 or 11.63% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAA2D is #5355D2. Grayscale: #9C9C9C. Windows color (decimal): -5461459 or 2992812. OLE color: 2992812.
HSL color Cylindrical-coordinate representation of color #ACAA2D: hue angle of 59.06º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ACAA2D is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 170 | 45 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.33 |
| HSL | 59.06º | 0.59% | 0.43% | - |
| HSV(B) | 59.06º | 0.74% | 0.67% | - |
| XYZ | 31.86 | 37.71 | 8.08 | - |
| YUV | 156.35 | 65.16 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 170 | 45 | 0 | 0.01 | 0.74 | 0.33 | 59.06 | 0.59 | 0.43 |
| Hex | AC | AA | 2D | 0 | 1 | 4A | 21 | 3B | 3B | 2B |
| Octal | 254 | 252 | 55 | 0 | 1 | 112 | 41 | 73 | 73 | 53 |
| Binary | 10101100 | 10101010 | 101101 | 0 | 1 | 1001010 | 100001 | 111011 | 111011 | 101011 |
Color Harmonies of #ACAA2D
Complementary color
Monochromatic Colors of #ACAA2D
Black with #ACAA2D
Text Example
Text Example
White with #ACAA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAA2D; }
p { color: rgb(172,170,45); }
H1.HeaderClassName
{
color: #ACAA2D;
}
.AnyTagClassName
{
color: #ACAA2D;
}
</style>
background-color css
<style>
a { background-color: #ACAA2D; }
a { background-color: rgb(172,170,45); }
div.DivClassName
{
background-color: #ACAA2D;
}
.BgClassName
{
background-color: #ACAA2D;
}
</style>
border-color css
<style>
span { border-color: #ACAA2D; }
span { border-color: rgb(172,170,45); }
td.TdClassName
{
border-color: #ACAA2D;
}
.TagClassName
{
border-color: #ACAA2D;
}
</style>