Shades of Earls Green #ADAB16
Tints of Earls Green #ADAB16
RGB
CMYK
RGB Variations
Color information
#ADAB16 (or 0xADAB16) is known color: Earls Green. HEX triplet: AD, AB and 16. RGB value is (173,171,22). Sum of RGB (Red+Green+Blue) = 173+171+22=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 171 (67.19% from 255 or 46.72% from 366); Blue value is 22 (8.98% from 255 or 6.01% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAB16 is #5254E9. Grayscale: #9B9B9B. Windows color (decimal): -5395690 or 1485741. OLE color: 1485741.
HSL color Cylindrical-coordinate representation of color #ADAB16: hue angle of 59.21º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ADAB16 is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 22 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.32 |
| HSL | 59.21º | 0.77% | 0.38% | - |
| HSV(B) | 59.21º | 0.87% | 0.68% | - |
| XYZ | 31.94 | 38.07 | 6.42 | - |
| YUV | 154.61 | 53.16 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 22 | 0 | 0.01 | 0.87 | 0.32 | 59.21 | 0.77 | 0.38 |
| Hex | AD | AB | 16 | 0 | 1 | 57 | 20 | 3B | 4D | 26 |
| Octal | 255 | 253 | 26 | 0 | 1 | 127 | 40 | 73 | 115 | 46 |
| Binary | 10101101 | 10101011 | 10110 | 0 | 1 | 1010111 | 100000 | 111011 | 1001101 | 100110 |
Color Harmonies of #ADAB16
Complementary color
Monochromatic Colors of #ADAB16
Black with #ADAB16
Text Example
Text Example
White with #ADAB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB16; }
p { color: rgb(173,171,22); }
H1.HeaderClassName
{
color: #ADAB16;
}
.AnyTagClassName
{
color: #ADAB16;
}
</style>
background-color css
<style>
a { background-color: #ADAB16; }
a { background-color: rgb(173,171,22); }
div.DivClassName
{
background-color: #ADAB16;
}
.BgClassName
{
background-color: #ADAB16;
}
</style>
border-color css
<style>
span { border-color: #ADAB16; }
span { border-color: rgb(173,171,22); }
td.TdClassName
{
border-color: #ADAB16;
}
.TagClassName
{
border-color: #ADAB16;
}
</style>