Shades of Earls Green #AAAB26
Tints of Earls Green #AAAB26
RGB
CMYK
RGB Variations
Color information
#AAAB26 (or 0xAAAB26) is known color: Earls Green. HEX triplet: AA, AB and 26. RGB value is (170,171,38). Sum of RGB (Red+Green+Blue) = 170+171+38=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 38 (15.23% from 255 or 10.03% from 379); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAB26 is #5554D9. Grayscale: #9C9C9C. Windows color (decimal): -5592282 or 2534314. OLE color: 2534314.
HSL color Cylindrical-coordinate representation of color #AAAB26: hue angle of 60.45º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AAAB26 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 38 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.33 |
| HSL | 60.45º | 0.64% | 0.41% | - |
| HSV(B) | 60.45º | 0.78% | 0.67% | - |
| XYZ | 31.49 | 37.81 | 7.47 | - |
| YUV | 155.54 | 61.67 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 38 | 0.01 | 0 | 0.78 | 0.33 | 60.45 | 0.64 | 0.41 |
| Hex | AA | AB | 26 | 1 | 0 | 4E | 21 | 3C | 40 | 29 |
| Octal | 252 | 253 | 46 | 1 | 0 | 116 | 41 | 74 | 100 | 51 |
| Binary | 10101010 | 10101011 | 100110 | 1 | 0 | 1001110 | 100001 | 111100 | 1000000 | 101001 |
Color Harmonies of #AAAB26
Complementary color
Monochromatic Colors of #AAAB26
Black with #AAAB26
Text Example
Text Example
White with #AAAB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB26; }
p { color: rgb(170,171,38); }
H1.HeaderClassName
{
color: #AAAB26;
}
.AnyTagClassName
{
color: #AAAB26;
}
</style>
background-color css
<style>
a { background-color: #AAAB26; }
a { background-color: rgb(170,171,38); }
div.DivClassName
{
background-color: #AAAB26;
}
.BgClassName
{
background-color: #AAAB26;
}
</style>
border-color css
<style>
span { border-color: #AAAB26; }
span { border-color: rgb(170,171,38); }
td.TdClassName
{
border-color: #AAAB26;
}
.TagClassName
{
border-color: #AAAB26;
}
</style>