Shades of Earls Green #AAAA21
Tints of Earls Green #AAAA21
RGB
CMYK
RGB Variations
Color information
#AAAA21 (or 0xAAAA21) is known color: Earls Green. HEX triplet: AA, AA and 21. RGB value is (170,170,33). Sum of RGB (Red+Green+Blue) = 170+170+33=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 33 (13.28% from 255 or 8.85% from 373); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAA21 is #5555DE. Grayscale: #9A9A9A. Windows color (decimal): -5592543 or 2206378. OLE color: 2206378.
HSL color Cylindrical-coordinate representation of color #AAAA21: hue angle of 60º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AAAA21 is Cyan = 0, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 170 | 33 | - |
| CMYK | 0 | 0 | 0.81 | 0.33 |
| HSL | 60º | 0.67% | 0.4% | - |
| HSV(B) | 60º | 0.81% | 0.67% | - |
| XYZ | 31.23 | 37.41 | 7.01 | - |
| YUV | 154.38 | 59.5 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 170 | 33 | 0 | 0 | 0.81 | 0.33 | 60 | 0.67 | 0.4 |
| Hex | AA | AA | 21 | 0 | 0 | 51 | 21 | 3C | 43 | 28 |
| Octal | 252 | 252 | 41 | 0 | 0 | 121 | 41 | 74 | 103 | 50 |
| Binary | 10101010 | 10101010 | 100001 | 0 | 0 | 1010001 | 100001 | 111100 | 1000011 | 101000 |
Color Harmonies of #AAAA21
Complementary color
Monochromatic Colors of #AAAA21
Black with #AAAA21
Text Example
Text Example
White with #AAAA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAA21; }
p { color: rgb(170,170,33); }
H1.HeaderClassName
{
color: #AAAA21;
}
.AnyTagClassName
{
color: #AAAA21;
}
</style>
background-color css
<style>
a { background-color: #AAAA21; }
a { background-color: rgb(170,170,33); }
div.DivClassName
{
background-color: #AAAA21;
}
.BgClassName
{
background-color: #AAAA21;
}
</style>
border-color css
<style>
span { border-color: #AAAA21; }
span { border-color: rgb(170,170,33); }
td.TdClassName
{
border-color: #AAAA21;
}
.TagClassName
{
border-color: #AAAA21;
}
</style>