Shades of Earls Green #ADAC1D
Tints of Earls Green #ADAC1D
RGB
CMYK
RGB Variations
Color information
#ADAC1D (or 0xADAC1D) is known color: Earls Green. HEX triplet: AD, AC and 1D. RGB value is (173,172,29). Sum of RGB (Red+Green+Blue) = 173+172+29=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 172 (67.58% from 255 or 45.99% from 374); Blue value is 29 (11.72% from 255 or 7.75% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAC1D is #5253E2. Grayscale: #9C9C9C. Windows color (decimal): -5395427 or 1944749. OLE color: 1944749.
HSL color Cylindrical-coordinate representation of color #ADAC1D: hue angle of 59.58º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ADAC1D is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 29 | - |
| CMYK | 0 | 0.01 | 0.83 | 0.32 |
| HSL | 59.58º | 0.71% | 0.4% | - |
| HSV(B) | 59.58º | 0.83% | 0.68% | - |
| XYZ | 32.21 | 38.48 | 6.89 | - |
| YUV | 156 | 56.33 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 29 | 0 | 0.01 | 0.83 | 0.32 | 59.58 | 0.71 | 0.4 |
| Hex | AD | AC | 1D | 0 | 1 | 53 | 20 | 3C | 47 | 28 |
| Octal | 255 | 254 | 35 | 0 | 1 | 123 | 40 | 74 | 107 | 50 |
| Binary | 10101101 | 10101100 | 11101 | 0 | 1 | 1010011 | 100000 | 111100 | 1000111 | 101000 |
Color Harmonies of #ADAC1D
Complementary color
Monochromatic Colors of #ADAC1D
Black with #ADAC1D
Text Example
Text Example
White with #ADAC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC1D; }
p { color: rgb(173,172,29); }
H1.HeaderClassName
{
color: #ADAC1D;
}
.AnyTagClassName
{
color: #ADAC1D;
}
</style>
background-color css
<style>
a { background-color: #ADAC1D; }
a { background-color: rgb(173,172,29); }
div.DivClassName
{
background-color: #ADAC1D;
}
.BgClassName
{
background-color: #ADAC1D;
}
</style>
border-color css
<style>
span { border-color: #ADAC1D; }
span { border-color: rgb(173,172,29); }
td.TdClassName
{
border-color: #ADAC1D;
}
.TagClassName
{
border-color: #ADAC1D;
}
</style>