Shades of Earls Green #ADAE28
Tints of Earls Green #ADAE28
RGB
CMYK
RGB Variations
Color information
#ADAE28 (or 0xADAE28) is known color: Earls Green. HEX triplet: AD, AE and 28. RGB value is (173,174,40). Sum of RGB (Red+Green+Blue) = 173+174+40=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 174 (68.36% from 255 or 44.96% from 387); Blue value is 40 (16.02% from 255 or 10.34% from 387); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAE28 is #5251D7. Grayscale: #9E9E9E. Windows color (decimal): -5394904 or 2666157. OLE color: 2666157.
HSL color Cylindrical-coordinate representation of color #ADAE28: hue angle of 60.45º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADAE28 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 174 | 40 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.32 |
| HSL | 60.45º | 0.63% | 0.42% | - |
| HSV(B) | 60.45º | 0.77% | 0.68% | - |
| XYZ | 32.75 | 39.31 | 7.87 | - |
| YUV | 158.43 | 61.17 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 40 | 0.01 | 0 | 0.77 | 0.32 | 60.45 | 0.63 | 0.42 |
| Hex | AD | AE | 28 | 1 | 0 | 4D | 20 | 3C | 3F | 2A |
| Octal | 255 | 256 | 50 | 1 | 0 | 115 | 40 | 74 | 77 | 52 |
| Binary | 10101101 | 10101110 | 101000 | 1 | 0 | 1001101 | 100000 | 111100 | 111111 | 101010 |
Color Harmonies of #ADAE28
Complementary color
Monochromatic Colors of #ADAE28
Black with #ADAE28
Text Example
Text Example
White with #ADAE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAE28; }
p { color: rgb(173,174,40); }
H1.HeaderClassName
{
color: #ADAE28;
}
.AnyTagClassName
{
color: #ADAE28;
}
</style>
background-color css
<style>
a { background-color: #ADAE28; }
a { background-color: rgb(173,174,40); }
div.DivClassName
{
background-color: #ADAE28;
}
.BgClassName
{
background-color: #ADAE28;
}
</style>
border-color css
<style>
span { border-color: #ADAE28; }
span { border-color: rgb(173,174,40); }
td.TdClassName
{
border-color: #ADAE28;
}
.TagClassName
{
border-color: #ADAE28;
}
</style>