Shades of Earls Green #AAAC20
Tints of Earls Green #AAAC20
RGB
CMYK
RGB Variations
Color information
#AAAC20 (or 0xAAAC20) is known color: Earls Green. HEX triplet: AA, AC and 20. RGB value is (170,172,32). Sum of RGB (Red+Green+Blue) = 170+172+32=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 172 (67.58% from 255 or 45.99% from 374); Blue value is 32 (12.89% from 255 or 8.56% from 374); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAC20 is #5553DF. Grayscale: #9C9C9C. Windows color (decimal): -5592032 or 2141354. OLE color: 2141354.
HSL color Cylindrical-coordinate representation of color #AAAC20: hue angle of 60.86º degrees, saturation: 0.69, 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 #AAAC20 is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 172 | 32 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.33 |
| HSL | 60.86º | 0.69% | 0.4% | - |
| HSV(B) | 60.86º | 0.81% | 0.67% | - |
| XYZ | 31.59 | 38.16 | 7.07 | - |
| YUV | 155.44 | 58.34 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 32 | 0.01 | 0 | 0.81 | 0.33 | 60.86 | 0.69 | 0.4 |
| Hex | AA | AC | 20 | 1 | 0 | 51 | 21 | 3D | 45 | 28 |
| Octal | 252 | 254 | 40 | 1 | 0 | 121 | 41 | 75 | 105 | 50 |
| Binary | 10101010 | 10101100 | 100000 | 1 | 0 | 1010001 | 100001 | 111101 | 1000101 | 101000 |
Color Harmonies of #AAAC20
Complementary color
Monochromatic Colors of #AAAC20
Black with #AAAC20
Text Example
Text Example
White with #AAAC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAC20; }
p { color: rgb(170,172,32); }
H1.HeaderClassName
{
color: #AAAC20;
}
.AnyTagClassName
{
color: #AAAC20;
}
</style>
background-color css
<style>
a { background-color: #AAAC20; }
a { background-color: rgb(170,172,32); }
div.DivClassName
{
background-color: #AAAC20;
}
.BgClassName
{
background-color: #AAAC20;
}
</style>
border-color css
<style>
span { border-color: #AAAC20; }
span { border-color: rgb(170,172,32); }
td.TdClassName
{
border-color: #AAAC20;
}
.TagClassName
{
border-color: #AAAC20;
}
</style>