Shades of Earls Green #ADAE26
Tints of Earls Green #ADAE26
RGB
CMYK
RGB Variations
Color information
#ADAE26 (or 0xADAE26) is known color: Earls Green. HEX triplet: AD, AE and 26. RGB value is (173,174,38). Sum of RGB (Red+Green+Blue) = 173+174+38=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 174 (68.36% from 255 or 45.19% from 385); Blue value is 38 (15.23% from 255 or 9.87% from 385); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAE26 is #5251D9. Grayscale: #9E9E9E. Windows color (decimal): -5394906 or 2535085. OLE color: 2535085.
HSL color Cylindrical-coordinate representation of color #ADAE26: hue angle of 60.44º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ADAE26 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 174 | 38 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.32 |
| HSL | 60.44º | 0.64% | 0.42% | - |
| HSV(B) | 60.44º | 0.78% | 0.68% | - |
| XYZ | 32.72 | 39.3 | 7.69 | - |
| YUV | 158.2 | 60.17 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 38 | 0.01 | 0 | 0.78 | 0.32 | 60.44 | 0.64 | 0.42 |
| Hex | AD | AE | 26 | 1 | 0 | 4E | 20 | 3C | 40 | 2A |
| Octal | 255 | 256 | 46 | 1 | 0 | 116 | 40 | 74 | 100 | 52 |
| Binary | 10101101 | 10101110 | 100110 | 1 | 0 | 1001110 | 100000 | 111100 | 1000000 | 101010 |
Color Harmonies of #ADAE26
Complementary color
Monochromatic Colors of #ADAE26
Black with #ADAE26
Text Example
Text Example
White with #ADAE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAE26; }
p { color: rgb(173,174,38); }
H1.HeaderClassName
{
color: #ADAE26;
}
.AnyTagClassName
{
color: #ADAE26;
}
</style>
background-color css
<style>
a { background-color: #ADAE26; }
a { background-color: rgb(173,174,38); }
div.DivClassName
{
background-color: #ADAE26;
}
.BgClassName
{
background-color: #ADAE26;
}
</style>
border-color css
<style>
span { border-color: #ADAE26; }
span { border-color: rgb(173,174,38); }
td.TdClassName
{
border-color: #ADAE26;
}
.TagClassName
{
border-color: #ADAE26;
}
</style>