Shades of Earls Green #ADA12A
Tints of Earls Green #ADA12A
RGB
CMYK
RGB Variations
Color information
#ADA12A (or 0xADA12A) is known color: Earls Green. HEX triplet: AD, A1 and 2A. RGB value is (173,161,42). Sum of RGB (Red+Green+Blue) = 173+161+42=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 161 (63.28% from 255 or 42.82% from 376); Blue value is 42 (16.80% from 255 or 11.17% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA12A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA12A is #525ED5. Grayscale: #979797. Windows color (decimal): -5398230 or 2793901. OLE color: 2793901.
HSL color Cylindrical-coordinate representation of color #ADA12A: hue angle of 54.5º 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 #ADA12A is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 42 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.32 |
| HSL | 54.5º | 0.61% | 0.42% | - |
| HSV(B) | 54.5º | 0.76% | 0.68% | - |
| XYZ | 30.4 | 34.54 | 7.26 | - |
| YUV | 151.02 | 66.48 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 42 | 0 | 0.07 | 0.76 | 0.32 | 54.5 | 0.61 | 0.42 |
| Hex | AD | A1 | 2A | 0 | 7 | 4C | 20 | 37 | 3D | 2A |
| Octal | 255 | 241 | 52 | 0 | 7 | 114 | 40 | 67 | 75 | 52 |
| Binary | 10101101 | 10100001 | 101010 | 0 | 111 | 1001100 | 100000 | 110111 | 111101 | 101010 |
Color Harmonies of #ADA12A
Complementary color
Monochromatic Colors of #ADA12A
Black with #ADA12A
Text Example
Text Example
White with #ADA12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA12A; }
p { color: rgb(173,161,42); }
H1.HeaderClassName
{
color: #ADA12A;
}
.AnyTagClassName
{
color: #ADA12A;
}
</style>
background-color css
<style>
a { background-color: #ADA12A; }
a { background-color: rgb(173,161,42); }
div.DivClassName
{
background-color: #ADA12A;
}
.BgClassName
{
background-color: #ADA12A;
}
</style>
border-color css
<style>
span { border-color: #ADA12A; }
span { border-color: rgb(173,161,42); }
td.TdClassName
{
border-color: #ADA12A;
}
.TagClassName
{
border-color: #ADA12A;
}
</style>