Shades of Earls Green #ADAC14
Tints of Earls Green #ADAC14
RGB
CMYK
RGB Variations
Color information
#ADAC14 (or 0xADAC14) is known color: Earls Green. HEX triplet: AD, AC and 14. RGB value is (173,172,20). Sum of RGB (Red+Green+Blue) = 173+172+20=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 172 (67.58% from 255 or 47.12% from 365); Blue value is 20 (8.20% from 255 or 5.48% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAC14 is #5253EB. Grayscale: #9B9B9B. Windows color (decimal): -5395436 or 1354925. OLE color: 1354925.
HSL color Cylindrical-coordinate representation of color #ADAC14: hue angle of 59.61º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ADAC14 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 20 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.32 |
| HSL | 59.61º | 0.79% | 0.38% | - |
| HSV(B) | 59.61º | 0.88% | 0.68% | - |
| XYZ | 32.11 | 38.44 | 6.39 | - |
| YUV | 154.97 | 51.83 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 20 | 0 | 0.01 | 0.88 | 0.32 | 59.61 | 0.79 | 0.38 |
| Hex | AD | AC | 14 | 0 | 1 | 58 | 20 | 3C | 4F | 26 |
| Octal | 255 | 254 | 24 | 0 | 1 | 130 | 40 | 74 | 117 | 46 |
| Binary | 10101101 | 10101100 | 10100 | 0 | 1 | 1011000 | 100000 | 111100 | 1001111 | 100110 |
Color Harmonies of #ADAC14
Complementary color
Monochromatic Colors of #ADAC14
Black with #ADAC14
Text Example
Text Example
White with #ADAC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC14; }
p { color: rgb(173,172,20); }
H1.HeaderClassName
{
color: #ADAC14;
}
.AnyTagClassName
{
color: #ADAC14;
}
</style>
background-color css
<style>
a { background-color: #ADAC14; }
a { background-color: rgb(173,172,20); }
div.DivClassName
{
background-color: #ADAC14;
}
.BgClassName
{
background-color: #ADAC14;
}
</style>
border-color css
<style>
span { border-color: #ADAC14; }
span { border-color: rgb(173,172,20); }
td.TdClassName
{
border-color: #ADAC14;
}
.TagClassName
{
border-color: #ADAC14;
}
</style>