Shades of Earls Green #ADAA22
Tints of Earls Green #ADAA22
RGB
CMYK
RGB Variations
Color information
#ADAA22 (or 0xADAA22) is known color: Earls Green. HEX triplet: AD, AA and 22. RGB value is (173,170,34). Sum of RGB (Red+Green+Blue) = 173+170+34=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 34 (13.67% from 255 or 9.02% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAA22 is #5255DD. Grayscale: #9B9B9B. Windows color (decimal): -5395934 or 2271917. OLE color: 2271917.
HSL color Cylindrical-coordinate representation of color #ADAA22: hue angle of 58.71º 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 #ADAA22 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 34 | - |
| CMYK | 0 | 0.02 | 0.80 | 0.32 |
| HSL | 58.71º | 0.67% | 0.41% | - |
| HSV(B) | 58.71º | 0.8% | 0.68% | - |
| XYZ | 31.9 | 37.75 | 7.12 | - |
| YUV | 155.39 | 59.49 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 34 | 0 | 0.02 | 0.80 | 0.32 | 58.71 | 0.67 | 0.41 |
| Hex | AD | AA | 22 | 0 | 2 | 50 | 20 | 3B | 43 | 29 |
| Octal | 255 | 252 | 42 | 0 | 2 | 120 | 40 | 73 | 103 | 51 |
| Binary | 10101101 | 10101010 | 100010 | 0 | 10 | 1010000 | 100000 | 111011 | 1000011 | 101001 |
Color Harmonies of #ADAA22
Complementary color
Monochromatic Colors of #ADAA22
Black with #ADAA22
Text Example
Text Example
White with #ADAA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA22; }
p { color: rgb(173,170,34); }
H1.HeaderClassName
{
color: #ADAA22;
}
.AnyTagClassName
{
color: #ADAA22;
}
</style>
background-color css
<style>
a { background-color: #ADAA22; }
a { background-color: rgb(173,170,34); }
div.DivClassName
{
background-color: #ADAA22;
}
.BgClassName
{
background-color: #ADAA22;
}
</style>
border-color css
<style>
span { border-color: #ADAA22; }
span { border-color: rgb(173,170,34); }
td.TdClassName
{
border-color: #ADAA22;
}
.TagClassName
{
border-color: #ADAA22;
}
</style>