Shades of Earls Green #ADAC22
Tints of Earls Green #ADAC22
RGB
CMYK
RGB Variations
Color information
#ADAC22 (or 0xADAC22) is known color: Earls Green. HEX triplet: AD, AC and 22. RGB value is (173,172,34). Sum of RGB (Red+Green+Blue) = 173+172+34=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 172 (67.58% from 255 or 45.38% from 379); Blue value is 34 (13.67% from 255 or 8.97% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAC22 is #5253DD. Grayscale: #9D9D9D. Windows color (decimal): -5395422 or 2272429. OLE color: 2272429.
HSL color Cylindrical-coordinate representation of color #ADAC22: hue angle of 59.57º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADAC22 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 34 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.32 |
| HSL | 59.57º | 0.67% | 0.41% | - |
| HSV(B) | 59.57º | 0.8% | 0.68% | - |
| XYZ | 32.27 | 38.5 | 7.24 | - |
| YUV | 156.57 | 58.83 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 34 | 0 | 0.01 | 0.80 | 0.32 | 59.57 | 0.67 | 0.41 |
| Hex | AD | AC | 22 | 0 | 1 | 50 | 20 | 3C | 43 | 29 |
| Octal | 255 | 254 | 42 | 0 | 1 | 120 | 40 | 74 | 103 | 51 |
| Binary | 10101101 | 10101100 | 100010 | 0 | 1 | 1010000 | 100000 | 111100 | 1000011 | 101001 |
Color Harmonies of #ADAC22
Complementary color
Monochromatic Colors of #ADAC22
Black with #ADAC22
Text Example
Text Example
White with #ADAC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC22; }
p { color: rgb(173,172,34); }
H1.HeaderClassName
{
color: #ADAC22;
}
.AnyTagClassName
{
color: #ADAC22;
}
</style>
background-color css
<style>
a { background-color: #ADAC22; }
a { background-color: rgb(173,172,34); }
div.DivClassName
{
background-color: #ADAC22;
}
.BgClassName
{
background-color: #ADAC22;
}
</style>
border-color css
<style>
span { border-color: #ADAC22; }
span { border-color: rgb(173,172,34); }
td.TdClassName
{
border-color: #ADAC22;
}
.TagClassName
{
border-color: #ADAC22;
}
</style>