Shades of Earls Green #AAAB1E
Tints of Earls Green #AAAB1E
RGB
CMYK
RGB Variations
Color information
#AAAB1E (or 0xAAAB1E) is known color: Earls Green. HEX triplet: AA, AB and 1E. RGB value is (170,171,30). Sum of RGB (Red+Green+Blue) = 170+171+30=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 30 (12.11% from 255 or 8.09% from 371); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAB1E is #5554E1. Grayscale: #9B9B9B. Windows color (decimal): -5592290 or 2010026. OLE color: 2010026.
HSL color Cylindrical-coordinate representation of color #AAAB1E: hue angle of 60.43º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AAAB1E is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 30 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.33 |
| HSL | 60.43º | 0.7% | 0.39% | - |
| HSV(B) | 60.43º | 0.82% | 0.67% | - |
| XYZ | 31.37 | 37.77 | 6.86 | - |
| YUV | 154.63 | 57.67 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 30 | 0.01 | 0 | 0.82 | 0.33 | 60.43 | 0.7 | 0.39 |
| Hex | AA | AB | 1E | 1 | 0 | 52 | 21 | 3C | 46 | 27 |
| Octal | 252 | 253 | 36 | 1 | 0 | 122 | 41 | 74 | 106 | 47 |
| Binary | 10101010 | 10101011 | 11110 | 1 | 0 | 1010010 | 100001 | 111100 | 1000110 | 100111 |
Color Harmonies of #AAAB1E
Complementary color
Monochromatic Colors of #AAAB1E
Black with #AAAB1E
Text Example
Text Example
White with #AAAB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB1E; }
p { color: rgb(170,171,30); }
H1.HeaderClassName
{
color: #AAAB1E;
}
.AnyTagClassName
{
color: #AAAB1E;
}
</style>
background-color css
<style>
a { background-color: #AAAB1E; }
a { background-color: rgb(170,171,30); }
div.DivClassName
{
background-color: #AAAB1E;
}
.BgClassName
{
background-color: #AAAB1E;
}
</style>
border-color css
<style>
span { border-color: #AAAB1E; }
span { border-color: rgb(170,171,30); }
td.TdClassName
{
border-color: #AAAB1E;
}
.TagClassName
{
border-color: #AAAB1E;
}
</style>