Shades of Earls Green #ADAE1E
Tints of Earls Green #ADAE1E
RGB
CMYK
RGB Variations
Color information
#ADAE1E (or 0xADAE1E) is known color: Earls Green. HEX triplet: AD, AE and 1E. RGB value is (173,174,30). Sum of RGB (Red+Green+Blue) = 173+174+30=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 174 (68.36% from 255 or 46.15% from 377); Blue value is 30 (12.11% from 255 or 7.96% from 377); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAE1E is #5251E1. Grayscale: #9D9D9D. Windows color (decimal): -5394914 or 2010797. OLE color: 2010797.
HSL color Cylindrical-coordinate representation of color #ADAE1E: hue angle of 60.42º 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 #ADAE1E is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 174 | 30 | - |
| CMYK | 0.01 | 0 | 0.83 | 0.32 |
| HSL | 60.42º | 0.71% | 0.4% | - |
| HSV(B) | 60.42º | 0.83% | 0.68% | - |
| XYZ | 32.6 | 39.25 | 7.09 | - |
| YUV | 157.29 | 56.17 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 30 | 0.01 | 0 | 0.83 | 0.32 | 60.42 | 0.71 | 0.4 |
| Hex | AD | AE | 1E | 1 | 0 | 53 | 20 | 3C | 47 | 28 |
| Octal | 255 | 256 | 36 | 1 | 0 | 123 | 40 | 74 | 107 | 50 |
| Binary | 10101101 | 10101110 | 11110 | 1 | 0 | 1010011 | 100000 | 111100 | 1000111 | 101000 |
Color Harmonies of #ADAE1E
Complementary color
Monochromatic Colors of #ADAE1E
Black with #ADAE1E
Text Example
Text Example
White with #ADAE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAE1E; }
p { color: rgb(173,174,30); }
H1.HeaderClassName
{
color: #ADAE1E;
}
.AnyTagClassName
{
color: #ADAE1E;
}
</style>
background-color css
<style>
a { background-color: #ADAE1E; }
a { background-color: rgb(173,174,30); }
div.DivClassName
{
background-color: #ADAE1E;
}
.BgClassName
{
background-color: #ADAE1E;
}
</style>
border-color css
<style>
span { border-color: #ADAE1E; }
span { border-color: rgb(173,174,30); }
td.TdClassName
{
border-color: #ADAE1E;
}
.TagClassName
{
border-color: #ADAE1E;
}
</style>