Shades of Earls Green #AAAD1D
Tints of Earls Green #AAAD1D
RGB
CMYK
RGB Variations
Color information
#AAAD1D (or 0xAAAD1D) is known color: Earls Green. HEX triplet: AA, AD and 1D. RGB value is (170,173,29). Sum of RGB (Red+Green+Blue) = 170+173+29=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 173 (67.97% from 255 or 46.51% from 372); Blue value is 29 (11.72% from 255 or 7.80% from 372); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAD1D is #5552E2. Grayscale: #9C9C9C. Windows color (decimal): -5591779 or 1945002. OLE color: 1945002.
HSL color Cylindrical-coordinate representation of color #AAAD1D: hue angle of 61.25º degrees, saturation: 0.71, 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 #AAAD1D is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 173 | 29 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.32 |
| HSL | 61.25º | 0.71% | 0.4% | - |
| HSV(B) | 61.25º | 0.83% | 0.68% | - |
| XYZ | 31.74 | 38.52 | 6.92 | - |
| YUV | 155.69 | 56.51 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 173 | 29 | 0.02 | 0 | 0.83 | 0.32 | 61.25 | 0.71 | 0.4 |
| Hex | AA | AD | 1D | 2 | 0 | 53 | 20 | 3D | 47 | 28 |
| Octal | 252 | 255 | 35 | 2 | 0 | 123 | 40 | 75 | 107 | 50 |
| Binary | 10101010 | 10101101 | 11101 | 10 | 0 | 1010011 | 100000 | 111101 | 1000111 | 101000 |
Color Harmonies of #AAAD1D
Complementary color
Monochromatic Colors of #AAAD1D
Black with #AAAD1D
Text Example
Text Example
White with #AAAD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAD1D; }
p { color: rgb(170,173,29); }
H1.HeaderClassName
{
color: #AAAD1D;
}
.AnyTagClassName
{
color: #AAAD1D;
}
</style>
background-color css
<style>
a { background-color: #AAAD1D; }
a { background-color: rgb(170,173,29); }
div.DivClassName
{
background-color: #AAAD1D;
}
.BgClassName
{
background-color: #AAAD1D;
}
</style>
border-color css
<style>
span { border-color: #AAAD1D; }
span { border-color: rgb(170,173,29); }
td.TdClassName
{
border-color: #AAAD1D;
}
.TagClassName
{
border-color: #AAAD1D;
}
</style>