Shades of Earls Green #AAAB18
Tints of Earls Green #AAAB18
RGB
CMYK
RGB Variations
Color information
#AAAB18 (or 0xAAAB18) is known color: Earls Green. HEX triplet: AA, AB and 18. RGB value is (170,171,24). Sum of RGB (Red+Green+Blue) = 170+171+24=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 171 (67.19% from 255 or 46.85% from 365); Blue value is 24 (9.77% from 255 or 6.58% from 365); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAB18 is #5554E7. Grayscale: #9A9A9A. Windows color (decimal): -5592296 or 1616810. OLE color: 1616810.
HSL color Cylindrical-coordinate representation of color #AAAB18: hue angle of 60.41º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AAAB18 is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 24 | - |
| CMYK | 0.01 | 0 | 0.86 | 0.33 |
| HSL | 60.41º | 0.75% | 0.38% | - |
| HSV(B) | 60.41º | 0.86% | 0.67% | - |
| XYZ | 31.31 | 37.74 | 6.5 | - |
| YUV | 153.94 | 54.67 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 24 | 0.01 | 0 | 0.86 | 0.33 | 60.41 | 0.75 | 0.38 |
| Hex | AA | AB | 18 | 1 | 0 | 56 | 21 | 3C | 4B | 26 |
| Octal | 252 | 253 | 30 | 1 | 0 | 126 | 41 | 74 | 113 | 46 |
| Binary | 10101010 | 10101011 | 11000 | 1 | 0 | 1010110 | 100001 | 111100 | 1001011 | 100110 |
Color Harmonies of #AAAB18
Complementary color
Monochromatic Colors of #AAAB18
Black with #AAAB18
Text Example
Text Example
White with #AAAB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB18; }
p { color: rgb(170,171,24); }
H1.HeaderClassName
{
color: #AAAB18;
}
.AnyTagClassName
{
color: #AAAB18;
}
</style>
background-color css
<style>
a { background-color: #AAAB18; }
a { background-color: rgb(170,171,24); }
div.DivClassName
{
background-color: #AAAB18;
}
.BgClassName
{
background-color: #AAAB18;
}
</style>
border-color css
<style>
span { border-color: #AAAB18; }
span { border-color: rgb(170,171,24); }
td.TdClassName
{
border-color: #AAAB18;
}
.TagClassName
{
border-color: #AAAB18;
}
</style>