Shades of Earls Green #ADAC17
Tints of Earls Green #ADAC17
RGB
CMYK
RGB Variations
Color information
#ADAC17 (or 0xADAC17) is known color: Earls Green. HEX triplet: AD, AC and 17. RGB value is (173,172,23). Sum of RGB (Red+Green+Blue) = 173+172+23=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 172 (67.58% from 255 or 46.74% from 368); Blue value is 23 (9.38% from 255 or 6.25% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAC17 is #5253E8. Grayscale: #9B9B9B. Windows color (decimal): -5395433 or 1551533. OLE color: 1551533.
HSL color Cylindrical-coordinate representation of color #ADAC17: hue angle of 59.6º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ADAC17 is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 23 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.32 |
| HSL | 59.6º | 0.77% | 0.38% | - |
| HSV(B) | 59.6º | 0.87% | 0.68% | - |
| XYZ | 32.14 | 38.45 | 6.54 | - |
| YUV | 155.31 | 53.33 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 23 | 0 | 0.01 | 0.87 | 0.32 | 59.6 | 0.77 | 0.38 |
| Hex | AD | AC | 17 | 0 | 1 | 57 | 20 | 3C | 4D | 26 |
| Octal | 255 | 254 | 27 | 0 | 1 | 127 | 40 | 74 | 115 | 46 |
| Binary | 10101101 | 10101100 | 10111 | 0 | 1 | 1010111 | 100000 | 111100 | 1001101 | 100110 |
Color Harmonies of #ADAC17
Complementary color
Monochromatic Colors of #ADAC17
Black with #ADAC17
Text Example
Text Example
White with #ADAC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC17; }
p { color: rgb(173,172,23); }
H1.HeaderClassName
{
color: #ADAC17;
}
.AnyTagClassName
{
color: #ADAC17;
}
</style>
background-color css
<style>
a { background-color: #ADAC17; }
a { background-color: rgb(173,172,23); }
div.DivClassName
{
background-color: #ADAC17;
}
.BgClassName
{
background-color: #ADAC17;
}
</style>
border-color css
<style>
span { border-color: #ADAC17; }
span { border-color: rgb(173,172,23); }
td.TdClassName
{
border-color: #ADAC17;
}
.TagClassName
{
border-color: #ADAC17;
}
</style>