Shades of Earls Green #ADAC2A
Tints of Earls Green #ADAC2A
RGB
CMYK
RGB Variations
Color information
#ADAC2A (or 0xADAC2A) is known color: Earls Green. HEX triplet: AD, AC and 2A. RGB value is (173,172,42). Sum of RGB (Red+Green+Blue) = 173+172+42=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 42 (16.80% from 255 or 10.85% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAC2A is #5253D5. Grayscale: #9E9E9E. Windows color (decimal): -5395414 or 2796717. OLE color: 2796717.
HSL color Cylindrical-coordinate representation of color #ADAC2A: hue angle of 59.54º 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 #ADAC2A is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 42 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.32 |
| HSL | 59.54º | 0.61% | 0.42% | - |
| HSV(B) | 59.54º | 0.76% | 0.68% | - |
| XYZ | 32.4 | 38.56 | 7.92 | - |
| YUV | 157.48 | 62.83 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 42 | 0 | 0.01 | 0.76 | 0.32 | 59.54 | 0.61 | 0.42 |
| Hex | AD | AC | 2A | 0 | 1 | 4C | 20 | 3C | 3D | 2A |
| Octal | 255 | 254 | 52 | 0 | 1 | 114 | 40 | 74 | 75 | 52 |
| Binary | 10101101 | 10101100 | 101010 | 0 | 1 | 1001100 | 100000 | 111100 | 111101 | 101010 |
Color Harmonies of #ADAC2A
Complementary color
Monochromatic Colors of #ADAC2A
Black with #ADAC2A
Text Example
Text Example
White with #ADAC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC2A; }
p { color: rgb(173,172,42); }
H1.HeaderClassName
{
color: #ADAC2A;
}
.AnyTagClassName
{
color: #ADAC2A;
}
</style>
background-color css
<style>
a { background-color: #ADAC2A; }
a { background-color: rgb(173,172,42); }
div.DivClassName
{
background-color: #ADAC2A;
}
.BgClassName
{
background-color: #ADAC2A;
}
</style>
border-color css
<style>
span { border-color: #ADAC2A; }
span { border-color: rgb(173,172,42); }
td.TdClassName
{
border-color: #ADAC2A;
}
.TagClassName
{
border-color: #ADAC2A;
}
</style>