Shades of Earls Green #AAAD28
Tints of Earls Green #AAAD28
RGB
CMYK
RGB Variations
Color information
#AAAD28 (or 0xAAAD28) is known color: Earls Green. HEX triplet: AA, AD and 28. RGB value is (170,173,40). Sum of RGB (Red+Green+Blue) = 170+173+40=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 40 (16.02% from 255 or 10.44% from 383); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAD28 is #5552D7. Grayscale: #9D9D9D. Windows color (decimal): -5591768 or 2665898. OLE color: 2665898.
HSL color Cylindrical-coordinate representation of color #AAAD28: hue angle of 61.35º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AAAD28 is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 173 | 40 | - |
| CMYK | 0.02 | 0 | 0.77 | 0.32 |
| HSL | 61.35º | 0.62% | 0.42% | - |
| HSV(B) | 61.35º | 0.77% | 0.68% | - |
| XYZ | 31.9 | 38.59 | 7.77 | - |
| YUV | 156.94 | 62.01 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 173 | 40 | 0.02 | 0 | 0.77 | 0.32 | 61.35 | 0.62 | 0.42 |
| Hex | AA | AD | 28 | 2 | 0 | 4D | 20 | 3D | 3E | 2A |
| Octal | 252 | 255 | 50 | 2 | 0 | 115 | 40 | 75 | 76 | 52 |
| Binary | 10101010 | 10101101 | 101000 | 10 | 0 | 1001101 | 100000 | 111101 | 111110 | 101010 |
Color Harmonies of #AAAD28
Complementary color
Monochromatic Colors of #AAAD28
Black with #AAAD28
Text Example
Text Example
White with #AAAD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAD28; }
p { color: rgb(170,173,40); }
H1.HeaderClassName
{
color: #AAAD28;
}
.AnyTagClassName
{
color: #AAAD28;
}
</style>
background-color css
<style>
a { background-color: #AAAD28; }
a { background-color: rgb(170,173,40); }
div.DivClassName
{
background-color: #AAAD28;
}
.BgClassName
{
background-color: #AAAD28;
}
</style>
border-color css
<style>
span { border-color: #AAAD28; }
span { border-color: rgb(170,173,40); }
td.TdClassName
{
border-color: #AAAD28;
}
.TagClassName
{
border-color: #AAAD28;
}
</style>