Shades of Earls Green #ADAD15
Tints of Earls Green #ADAD15
RGB
CMYK
RGB Variations
Color information
#ADAD15 (or 0xADAD15) is known color: Earls Green. HEX triplet: AD, AD and 15. RGB value is (173,173,21). Sum of RGB (Red+Green+Blue) = 173+173+21=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 173 (67.97% from 255 or 47.14% from 367); Blue value is 21 (8.59% from 255 or 5.72% from 367); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAD15 is #5252EA. Grayscale: #9C9C9C. Windows color (decimal): -5395179 or 1420717. OLE color: 1420717.
HSL color Cylindrical-coordinate representation of color #ADAD15: hue angle of 60º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ADAD15 is Cyan = 0, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 173 | 21 | - |
| CMYK | 0 | 0 | 0.88 | 0.32 |
| HSL | 60º | 0.78% | 0.38% | - |
| HSV(B) | 60º | 0.88% | 0.68% | - |
| XYZ | 32.31 | 38.83 | 6.5 | - |
| YUV | 155.67 | 52 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 21 | 0 | 0 | 0.88 | 0.32 | 60 | 0.78 | 0.38 |
| Hex | AD | AD | 15 | 0 | 0 | 58 | 20 | 3C | 4E | 26 |
| Octal | 255 | 255 | 25 | 0 | 0 | 130 | 40 | 74 | 116 | 46 |
| Binary | 10101101 | 10101101 | 10101 | 0 | 0 | 1011000 | 100000 | 111100 | 1001110 | 100110 |
Color Harmonies of #ADAD15
Complementary color
Monochromatic Colors of #ADAD15
Black with #ADAD15
Text Example
Text Example
White with #ADAD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAD15; }
p { color: rgb(173,173,21); }
H1.HeaderClassName
{
color: #ADAD15;
}
.AnyTagClassName
{
color: #ADAD15;
}
</style>
background-color css
<style>
a { background-color: #ADAD15; }
a { background-color: rgb(173,173,21); }
div.DivClassName
{
background-color: #ADAD15;
}
.BgClassName
{
background-color: #ADAD15;
}
</style>
border-color css
<style>
span { border-color: #ADAD15; }
span { border-color: rgb(173,173,21); }
td.TdClassName
{
border-color: #ADAD15;
}
.TagClassName
{
border-color: #ADAD15;
}
</style>