Shades of Earls Green #ADAD28
Tints of Earls Green #ADAD28
RGB
CMYK
RGB Variations
Color information
#ADAD28 (or 0xADAD28) is known color: Earls Green. HEX triplet: AD, AD and 28. RGB value is (173,173,40). Sum of RGB (Red+Green+Blue) = 173+173+40=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 40 (16.02% from 255 or 10.36% from 386); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAD28 is #5252D7. Grayscale: #9E9E9E. Windows color (decimal): -5395160 or 2665901. OLE color: 2665901.
HSL color Cylindrical-coordinate representation of color #ADAD28: hue angle of 60º degrees, saturation: 0.62, 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 #ADAD28 is Cyan = 0, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 173 | 40 | - |
| CMYK | 0 | 0 | 0.77 | 0.32 |
| HSL | 60º | 0.62% | 0.42% | - |
| HSV(B) | 60º | 0.77% | 0.68% | - |
| XYZ | 32.56 | 38.92 | 7.8 | - |
| YUV | 157.84 | 61.5 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 40 | 0 | 0 | 0.77 | 0.32 | 60 | 0.62 | 0.42 |
| Hex | AD | AD | 28 | 0 | 0 | 4D | 20 | 3C | 3E | 2A |
| Octal | 255 | 255 | 50 | 0 | 0 | 115 | 40 | 74 | 76 | 52 |
| Binary | 10101101 | 10101101 | 101000 | 0 | 0 | 1001101 | 100000 | 111100 | 111110 | 101010 |
Color Harmonies of #ADAD28
Complementary color
Monochromatic Colors of #ADAD28
Black with #ADAD28
Text Example
Text Example
White with #ADAD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAD28; }
p { color: rgb(173,173,40); }
H1.HeaderClassName
{
color: #ADAD28;
}
.AnyTagClassName
{
color: #ADAD28;
}
</style>
background-color css
<style>
a { background-color: #ADAD28; }
a { background-color: rgb(173,173,40); }
div.DivClassName
{
background-color: #ADAD28;
}
.BgClassName
{
background-color: #ADAD28;
}
</style>
border-color css
<style>
span { border-color: #ADAD28; }
span { border-color: rgb(173,173,40); }
td.TdClassName
{
border-color: #ADAD28;
}
.TagClassName
{
border-color: #ADAD28;
}
</style>