Shades of Earls Green #ADAC2F
Tints of Earls Green #ADAC2F
RGB
CMYK
RGB Variations
Color information
#ADAC2F (or 0xADAC2F) is known color: Earls Green. HEX triplet: AD, AC and 2F. RGB value is (173,172,47). Sum of RGB (Red+Green+Blue) = 173+172+47=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 47 (18.75% from 255 or 11.99% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAC2F is #5253D0. Grayscale: #9E9E9E. Windows color (decimal): -5395409 or 3124397. OLE color: 3124397.
HSL color Cylindrical-coordinate representation of color #ADAC2F: hue angle of 59.52º degrees, saturation: 0.57, 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 #ADAC2F is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 47 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.32 |
| HSL | 59.52º | 0.57% | 0.43% | - |
| HSV(B) | 59.52º | 0.73% | 0.68% | - |
| XYZ | 32.5 | 38.59 | 8.43 | - |
| YUV | 158.05 | 65.33 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 47 | 0 | 0.01 | 0.73 | 0.32 | 59.52 | 0.57 | 0.43 |
| Hex | AD | AC | 2F | 0 | 1 | 49 | 20 | 3C | 39 | 2B |
| Octal | 255 | 254 | 57 | 0 | 1 | 111 | 40 | 74 | 71 | 53 |
| Binary | 10101101 | 10101100 | 101111 | 0 | 1 | 1001001 | 100000 | 111100 | 111001 | 101011 |
Color Harmonies of #ADAC2F
Complementary color
Monochromatic Colors of #ADAC2F
Black with #ADAC2F
Text Example
Text Example
White with #ADAC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC2F; }
p { color: rgb(173,172,47); }
H1.HeaderClassName
{
color: #ADAC2F;
}
.AnyTagClassName
{
color: #ADAC2F;
}
</style>
background-color css
<style>
a { background-color: #ADAC2F; }
a { background-color: rgb(173,172,47); }
div.DivClassName
{
background-color: #ADAC2F;
}
.BgClassName
{
background-color: #ADAC2F;
}
</style>
border-color css
<style>
span { border-color: #ADAC2F; }
span { border-color: rgb(173,172,47); }
td.TdClassName
{
border-color: #ADAC2F;
}
.TagClassName
{
border-color: #ADAC2F;
}
</style>