Shades of Earls Green #ADAA1E
Tints of Earls Green #ADAA1E
RGB
CMYK
RGB Variations
Color information
#ADAA1E (or 0xADAA1E) is known color: Earls Green. HEX triplet: AD, AA and 1E. RGB value is (173,170,30). Sum of RGB (Red+Green+Blue) = 173+170+30=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 30 (12.11% from 255 or 8.04% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAA1E is #5255E1. Grayscale: #9B9B9B. Windows color (decimal): -5395938 or 2009773. OLE color: 2009773.
HSL color Cylindrical-coordinate representation of color #ADAA1E: hue angle of 58.74º 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 #ADAA1E is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 30 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.32 |
| HSL | 58.74º | 0.7% | 0.4% | - |
| HSV(B) | 58.74º | 0.83% | 0.68% | - |
| XYZ | 31.84 | 37.73 | 6.83 | - |
| YUV | 154.94 | 57.49 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 30 | 0 | 0.02 | 0.83 | 0.32 | 58.74 | 0.7 | 0.4 |
| Hex | AD | AA | 1E | 0 | 2 | 53 | 20 | 3B | 46 | 28 |
| Octal | 255 | 252 | 36 | 0 | 2 | 123 | 40 | 73 | 106 | 50 |
| Binary | 10101101 | 10101010 | 11110 | 0 | 10 | 1010011 | 100000 | 111011 | 1000110 | 101000 |
Color Harmonies of #ADAA1E
Complementary color
Monochromatic Colors of #ADAA1E
Black with #ADAA1E
Text Example
Text Example
White with #ADAA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA1E; }
p { color: rgb(173,170,30); }
H1.HeaderClassName
{
color: #ADAA1E;
}
.AnyTagClassName
{
color: #ADAA1E;
}
</style>
background-color css
<style>
a { background-color: #ADAA1E; }
a { background-color: rgb(173,170,30); }
div.DivClassName
{
background-color: #ADAA1E;
}
.BgClassName
{
background-color: #ADAA1E;
}
</style>
border-color css
<style>
span { border-color: #ADAA1E; }
span { border-color: rgb(173,170,30); }
td.TdClassName
{
border-color: #ADAA1E;
}
.TagClassName
{
border-color: #ADAA1E;
}
</style>