Shades of Earls Green #ADAC2E
Tints of Earls Green #ADAC2E
RGB
CMYK
RGB Variations
Color information
#ADAC2E (or 0xADAC2E) is known color: Earls Green. HEX triplet: AD, AC and 2E. RGB value is (173,172,46). Sum of RGB (Red+Green+Blue) = 173+172+46=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 46 (18.36% from 255 or 11.76% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAC2E is #5253D1. Grayscale: #9E9E9E. Windows color (decimal): -5395410 or 3058861. OLE color: 3058861.
HSL color Cylindrical-coordinate representation of color #ADAC2E: hue angle of 59.53º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ADAC2E is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 46 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.32 |
| HSL | 59.53º | 0.58% | 0.43% | - |
| HSV(B) | 59.53º | 0.73% | 0.68% | - |
| XYZ | 32.48 | 38.59 | 8.32 | - |
| YUV | 157.94 | 64.83 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 46 | 0 | 0.01 | 0.73 | 0.32 | 59.53 | 0.58 | 0.43 |
| Hex | AD | AC | 2E | 0 | 1 | 49 | 20 | 3C | 3A | 2B |
| Octal | 255 | 254 | 56 | 0 | 1 | 111 | 40 | 74 | 72 | 53 |
| Binary | 10101101 | 10101100 | 101110 | 0 | 1 | 1001001 | 100000 | 111100 | 111010 | 101011 |
Color Harmonies of #ADAC2E
Complementary color
Monochromatic Colors of #ADAC2E
Black with #ADAC2E
Text Example
Text Example
White with #ADAC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC2E; }
p { color: rgb(173,172,46); }
H1.HeaderClassName
{
color: #ADAC2E;
}
.AnyTagClassName
{
color: #ADAC2E;
}
</style>
background-color css
<style>
a { background-color: #ADAC2E; }
a { background-color: rgb(173,172,46); }
div.DivClassName
{
background-color: #ADAC2E;
}
.BgClassName
{
background-color: #ADAC2E;
}
</style>
border-color css
<style>
span { border-color: #ADAC2E; }
span { border-color: rgb(173,172,46); }
td.TdClassName
{
border-color: #ADAC2E;
}
.TagClassName
{
border-color: #ADAC2E;
}
</style>