Shades of Earls Green #ADAE25
Tints of Earls Green #ADAE25
RGB
CMYK
RGB Variations
Color information
#ADAE25 (or 0xADAE25) is known color: Earls Green. HEX triplet: AD, AE and 25. RGB value is (173,174,37). Sum of RGB (Red+Green+Blue) = 173+174+37=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 174 (68.36% from 255 or 45.31% from 384); Blue value is 37 (14.84% from 255 or 9.64% from 384); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAE25 is #5251DA. Grayscale: #9E9E9E. Windows color (decimal): -5394907 or 2469549. OLE color: 2469549.
HSL color Cylindrical-coordinate representation of color #ADAE25: hue angle of 60.44º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ADAE25 is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 174 | 37 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.32 |
| HSL | 60.44º | 0.65% | 0.41% | - |
| HSV(B) | 60.44º | 0.79% | 0.68% | - |
| XYZ | 32.7 | 39.29 | 7.61 | - |
| YUV | 158.08 | 59.67 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 37 | 0.01 | 0 | 0.79 | 0.32 | 60.44 | 0.65 | 0.41 |
| Hex | AD | AE | 25 | 1 | 0 | 4F | 20 | 3C | 41 | 29 |
| Octal | 255 | 256 | 45 | 1 | 0 | 117 | 40 | 74 | 101 | 51 |
| Binary | 10101101 | 10101110 | 100101 | 1 | 0 | 1001111 | 100000 | 111100 | 1000001 | 101001 |
Color Harmonies of #ADAE25
Complementary color
Monochromatic Colors of #ADAE25
Black with #ADAE25
Text Example
Text Example
White with #ADAE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAE25; }
p { color: rgb(173,174,37); }
H1.HeaderClassName
{
color: #ADAE25;
}
.AnyTagClassName
{
color: #ADAE25;
}
</style>
background-color css
<style>
a { background-color: #ADAE25; }
a { background-color: rgb(173,174,37); }
div.DivClassName
{
background-color: #ADAE25;
}
.BgClassName
{
background-color: #ADAE25;
}
</style>
border-color css
<style>
span { border-color: #ADAE25; }
span { border-color: rgb(173,174,37); }
td.TdClassName
{
border-color: #ADAE25;
}
.TagClassName
{
border-color: #ADAE25;
}
</style>