Shades of Earls Green #AAAD1E
Tints of Earls Green #AAAD1E
RGB
CMYK
RGB Variations
Color information
#AAAD1E (or 0xAAAD1E) is known color: Earls Green. HEX triplet: AA, AD and 1E. RGB value is (170,173,30). Sum of RGB (Red+Green+Blue) = 170+173+30=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 173 (67.97% from 255 or 46.38% from 373); Blue value is 30 (12.11% from 255 or 8.04% from 373); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAD1E is #5552E1. Grayscale: #9C9C9C. Windows color (decimal): -5591778 or 2010538. OLE color: 2010538.
HSL color Cylindrical-coordinate representation of color #AAAD1E: hue angle of 61.26º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AAAD1E is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 173 | 30 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.32 |
| HSL | 61.26º | 0.7% | 0.4% | - |
| HSV(B) | 61.26º | 0.83% | 0.68% | - |
| XYZ | 31.76 | 38.53 | 6.99 | - |
| YUV | 155.8 | 57.01 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 173 | 30 | 0.02 | 0 | 0.83 | 0.32 | 61.26 | 0.7 | 0.4 |
| Hex | AA | AD | 1E | 2 | 0 | 53 | 20 | 3D | 46 | 28 |
| Octal | 252 | 255 | 36 | 2 | 0 | 123 | 40 | 75 | 106 | 50 |
| Binary | 10101010 | 10101101 | 11110 | 10 | 0 | 1010011 | 100000 | 111101 | 1000110 | 101000 |
Color Harmonies of #AAAD1E
Complementary color
Monochromatic Colors of #AAAD1E
Black with #AAAD1E
Text Example
Text Example
White with #AAAD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAD1E; }
p { color: rgb(170,173,30); }
H1.HeaderClassName
{
color: #AAAD1E;
}
.AnyTagClassName
{
color: #AAAD1E;
}
</style>
background-color css
<style>
a { background-color: #AAAD1E; }
a { background-color: rgb(170,173,30); }
div.DivClassName
{
background-color: #AAAD1E;
}
.BgClassName
{
background-color: #AAAD1E;
}
</style>
border-color css
<style>
span { border-color: #AAAD1E; }
span { border-color: rgb(170,173,30); }
td.TdClassName
{
border-color: #AAAD1E;
}
.TagClassName
{
border-color: #AAAD1E;
}
</style>