Shades of Earls Green #ADAC1C
Tints of Earls Green #ADAC1C
RGB
CMYK
RGB Variations
Color information
#ADAC1C (or 0xADAC1C) is known color: Earls Green. HEX triplet: AD, AC and 1C. RGB value is (173,172,28). Sum of RGB (Red+Green+Blue) = 173+172+28=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 172 (67.58% from 255 or 46.11% from 373); Blue value is 28 (11.33% from 255 or 7.51% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAC1C is #5253E3. Grayscale: #9C9C9C. Windows color (decimal): -5395428 or 1879213. OLE color: 1879213.
HSL color Cylindrical-coordinate representation of color #ADAC1C: hue angle of 59.59º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ADAC1C is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 28 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.32 |
| HSL | 59.59º | 0.72% | 0.39% | - |
| HSV(B) | 59.59º | 0.84% | 0.68% | - |
| XYZ | 32.2 | 38.47 | 6.83 | - |
| YUV | 155.88 | 55.83 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 28 | 0 | 0.01 | 0.84 | 0.32 | 59.59 | 0.72 | 0.39 |
| Hex | AD | AC | 1C | 0 | 1 | 54 | 20 | 3C | 48 | 27 |
| Octal | 255 | 254 | 34 | 0 | 1 | 124 | 40 | 74 | 110 | 47 |
| Binary | 10101101 | 10101100 | 11100 | 0 | 1 | 1010100 | 100000 | 111100 | 1001000 | 100111 |
Color Harmonies of #ADAC1C
Complementary color
Monochromatic Colors of #ADAC1C
Black with #ADAC1C
Text Example
Text Example
White with #ADAC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC1C; }
p { color: rgb(173,172,28); }
H1.HeaderClassName
{
color: #ADAC1C;
}
.AnyTagClassName
{
color: #ADAC1C;
}
</style>
background-color css
<style>
a { background-color: #ADAC1C; }
a { background-color: rgb(173,172,28); }
div.DivClassName
{
background-color: #ADAC1C;
}
.BgClassName
{
background-color: #ADAC1C;
}
</style>
border-color css
<style>
span { border-color: #ADAC1C; }
span { border-color: rgb(173,172,28); }
td.TdClassName
{
border-color: #ADAC1C;
}
.TagClassName
{
border-color: #ADAC1C;
}
</style>