Shades of Earls Green #ADA22A
Tints of Earls Green #ADA22A
RGB
CMYK
RGB Variations
Color information
#ADA22A (or 0xADA22A) is known color: Earls Green. HEX triplet: AD, A2 and 2A. RGB value is (173,162,42). Sum of RGB (Red+Green+Blue) = 173+162+42=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 162 (63.67% from 255 or 42.97% from 377); Blue value is 42 (16.80% from 255 or 11.14% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA22A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA22A is #525DD5. Grayscale: #989898. Windows color (decimal): -5397974 or 2794157. OLE color: 2794157.
HSL color Cylindrical-coordinate representation of color #ADA22A: hue angle of 54.96º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ADA22A is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 162 | 42 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.32 |
| HSL | 54.96º | 0.61% | 0.42% | - |
| HSV(B) | 54.96º | 0.76% | 0.68% | - |
| XYZ | 30.57 | 34.89 | 7.31 | - |
| YUV | 151.61 | 66.14 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 42 | 0 | 0.06 | 0.76 | 0.32 | 54.96 | 0.61 | 0.42 |
| Hex | AD | A2 | 2A | 0 | 6 | 4C | 20 | 37 | 3D | 2A |
| Octal | 255 | 242 | 52 | 0 | 6 | 114 | 40 | 67 | 75 | 52 |
| Binary | 10101101 | 10100010 | 101010 | 0 | 110 | 1001100 | 100000 | 110111 | 111101 | 101010 |
Color Harmonies of #ADA22A
Complementary color
Monochromatic Colors of #ADA22A
Black with #ADA22A
Text Example
Text Example
White with #ADA22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA22A; }
p { color: rgb(173,162,42); }
H1.HeaderClassName
{
color: #ADA22A;
}
.AnyTagClassName
{
color: #ADA22A;
}
</style>
background-color css
<style>
a { background-color: #ADA22A; }
a { background-color: rgb(173,162,42); }
div.DivClassName
{
background-color: #ADA22A;
}
.BgClassName
{
background-color: #ADA22A;
}
</style>
border-color css
<style>
span { border-color: #ADA22A; }
span { border-color: rgb(173,162,42); }
td.TdClassName
{
border-color: #ADA22A;
}
.TagClassName
{
border-color: #ADA22A;
}
</style>