Shades of Earls Green #AAAB23
Tints of Earls Green #AAAB23
RGB
CMYK
RGB Variations
Color information
#AAAB23 (or 0xAAAB23) is known color: Earls Green. HEX triplet: AA, AB and 23. RGB value is (170,171,35). Sum of RGB (Red+Green+Blue) = 170+171+35=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 171 (67.19% from 255 or 45.48% from 376); Blue value is 35 (14.06% from 255 or 9.31% from 376); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAB23 is #5554DC. Grayscale: #9B9B9B. Windows color (decimal): -5592285 or 2337706. OLE color: 2337706.
HSL color Cylindrical-coordinate representation of color #AAAB23: hue angle of 60.44º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AAAB23 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 35 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.33 |
| HSL | 60.44º | 0.66% | 0.4% | - |
| HSV(B) | 60.44º | 0.8% | 0.67% | - |
| XYZ | 31.44 | 37.79 | 7.23 | - |
| YUV | 155.2 | 60.17 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 35 | 0.01 | 0 | 0.80 | 0.33 | 60.44 | 0.66 | 0.4 |
| Hex | AA | AB | 23 | 1 | 0 | 50 | 21 | 3C | 42 | 28 |
| Octal | 252 | 253 | 43 | 1 | 0 | 120 | 41 | 74 | 102 | 50 |
| Binary | 10101010 | 10101011 | 100011 | 1 | 0 | 1010000 | 100001 | 111100 | 1000010 | 101000 |
Color Harmonies of #AAAB23
Complementary color
Monochromatic Colors of #AAAB23
Black with #AAAB23
Text Example
Text Example
White with #AAAB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB23; }
p { color: rgb(170,171,35); }
H1.HeaderClassName
{
color: #AAAB23;
}
.AnyTagClassName
{
color: #AAAB23;
}
</style>
background-color css
<style>
a { background-color: #AAAB23; }
a { background-color: rgb(170,171,35); }
div.DivClassName
{
background-color: #AAAB23;
}
.BgClassName
{
background-color: #AAAB23;
}
</style>
border-color css
<style>
span { border-color: #AAAB23; }
span { border-color: rgb(170,171,35); }
td.TdClassName
{
border-color: #AAAB23;
}
.TagClassName
{
border-color: #AAAB23;
}
</style>