Shades of Earls Green #ADAD25
Tints of Earls Green #ADAD25
RGB
CMYK
RGB Variations
Color information
#ADAD25 (or 0xADAD25) is known color: Earls Green. HEX triplet: AD, AD and 25. RGB value is (173,173,37). Sum of RGB (Red+Green+Blue) = 173+173+37=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 37 (14.84% from 255 or 9.66% from 383); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAD25 is #5252DA. Grayscale: #9E9E9E. Windows color (decimal): -5395163 or 2469293. OLE color: 2469293.
HSL color Cylindrical-coordinate representation of color #ADAD25: hue angle of 60º 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 #ADAD25 is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 173 | 37 | - |
| CMYK | 0 | 0 | 0.79 | 0.32 |
| HSL | 60º | 0.65% | 0.41% | - |
| HSV(B) | 60º | 0.79% | 0.68% | - |
| XYZ | 32.51 | 38.9 | 7.55 | - |
| YUV | 157.5 | 60 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 37 | 0 | 0 | 0.79 | 0.32 | 60 | 0.65 | 0.41 |
| Hex | AD | AD | 25 | 0 | 0 | 4F | 20 | 3C | 41 | 29 |
| Octal | 255 | 255 | 45 | 0 | 0 | 117 | 40 | 74 | 101 | 51 |
| Binary | 10101101 | 10101101 | 100101 | 0 | 0 | 1001111 | 100000 | 111100 | 1000001 | 101001 |
Color Harmonies of #ADAD25
Complementary color
Monochromatic Colors of #ADAD25
Black with #ADAD25
Text Example
Text Example
White with #ADAD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAD25; }
p { color: rgb(173,173,37); }
H1.HeaderClassName
{
color: #ADAD25;
}
.AnyTagClassName
{
color: #ADAD25;
}
</style>
background-color css
<style>
a { background-color: #ADAD25; }
a { background-color: rgb(173,173,37); }
div.DivClassName
{
background-color: #ADAD25;
}
.BgClassName
{
background-color: #ADAD25;
}
</style>
border-color css
<style>
span { border-color: #ADAD25; }
span { border-color: rgb(173,173,37); }
td.TdClassName
{
border-color: #ADAD25;
}
.TagClassName
{
border-color: #ADAD25;
}
</style>