Shades of Earls Green #AAAC29
Tints of Earls Green #AAAC29
RGB
CMYK
RGB Variations
Color information
#AAAC29 (or 0xAAAC29) is known color: Earls Green. HEX triplet: AA, AC and 29. RGB value is (170,172,41). Sum of RGB (Red+Green+Blue) = 170+172+41=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 41 (16.41% from 255 or 10.70% from 383); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAC29 is #5553D6. Grayscale: #9C9C9C. Windows color (decimal): -5592023 or 2731178. OLE color: 2731178.
HSL color Cylindrical-coordinate representation of color #AAAC29: hue angle of 60.92º degrees, saturation: 0.62, 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 #AAAC29 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 172 | 41 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.33 |
| HSL | 60.92º | 0.62% | 0.42% | - |
| HSV(B) | 60.92º | 0.76% | 0.67% | - |
| XYZ | 31.73 | 38.21 | 7.8 | - |
| YUV | 156.47 | 62.84 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 41 | 0.01 | 0 | 0.76 | 0.33 | 60.92 | 0.62 | 0.42 |
| Hex | AA | AC | 29 | 1 | 0 | 4C | 21 | 3D | 3E | 2A |
| Octal | 252 | 254 | 51 | 1 | 0 | 114 | 41 | 75 | 76 | 52 |
| Binary | 10101010 | 10101100 | 101001 | 1 | 0 | 1001100 | 100001 | 111101 | 111110 | 101010 |
Color Harmonies of #AAAC29
Complementary color
Monochromatic Colors of #AAAC29
Black with #AAAC29
Text Example
Text Example
White with #AAAC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAC29; }
p { color: rgb(170,172,41); }
H1.HeaderClassName
{
color: #AAAC29;
}
.AnyTagClassName
{
color: #AAAC29;
}
</style>
background-color css
<style>
a { background-color: #AAAC29; }
a { background-color: rgb(170,172,41); }
div.DivClassName
{
background-color: #AAAC29;
}
.BgClassName
{
background-color: #AAAC29;
}
</style>
border-color css
<style>
span { border-color: #AAAC29; }
span { border-color: rgb(170,172,41); }
td.TdClassName
{
border-color: #AAAC29;
}
.TagClassName
{
border-color: #AAAC29;
}
</style>