Shades of Earls Green #ADAE1A
Tints of Earls Green #ADAE1A
RGB
CMYK
RGB Variations
Color information
#ADAE1A (or 0xADAE1A) is known color: Earls Green. HEX triplet: AD, AE and 1A. RGB value is (173,174,26). Sum of RGB (Red+Green+Blue) = 173+174+26=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 174 (68.36% from 255 or 46.65% from 373); Blue value is 26 (10.55% from 255 or 6.97% from 373); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAE1A is #5251E5. Grayscale: #9D9D9D. Windows color (decimal): -5394918 or 1748653. OLE color: 1748653.
HSL color Cylindrical-coordinate representation of color #ADAE1A: hue angle of 60.41º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ADAE1A is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 174 | 26 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.32 |
| HSL | 60.41º | 0.74% | 0.39% | - |
| HSV(B) | 60.41º | 0.85% | 0.68% | - |
| XYZ | 32.56 | 39.23 | 6.83 | - |
| YUV | 156.83 | 54.17 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 26 | 0.01 | 0 | 0.85 | 0.32 | 60.41 | 0.74 | 0.39 |
| Hex | AD | AE | 1A | 1 | 0 | 55 | 20 | 3C | 4A | 27 |
| Octal | 255 | 256 | 32 | 1 | 0 | 125 | 40 | 74 | 112 | 47 |
| Binary | 10101101 | 10101110 | 11010 | 1 | 0 | 1010101 | 100000 | 111100 | 1001010 | 100111 |
Color Harmonies of #ADAE1A
Complementary color
Monochromatic Colors of #ADAE1A
Black with #ADAE1A
Text Example
Text Example
White with #ADAE1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAE1A; }
p { color: rgb(173,174,26); }
H1.HeaderClassName
{
color: #ADAE1A;
}
.AnyTagClassName
{
color: #ADAE1A;
}
</style>
background-color css
<style>
a { background-color: #ADAE1A; }
a { background-color: rgb(173,174,26); }
div.DivClassName
{
background-color: #ADAE1A;
}
.BgClassName
{
background-color: #ADAE1A;
}
</style>
border-color css
<style>
span { border-color: #ADAE1A; }
span { border-color: rgb(173,174,26); }
td.TdClassName
{
border-color: #ADAE1A;
}
.TagClassName
{
border-color: #ADAE1A;
}
</style>