Shades of Earls Green #ADAC24
Tints of Earls Green #ADAC24
RGB
CMYK
RGB Variations
Color information
#ADAC24 (or 0xADAC24) is known color: Earls Green. HEX triplet: AD, AC and 24. RGB value is (173,172,36). Sum of RGB (Red+Green+Blue) = 173+172+36=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 36 (14.45% from 255 or 9.45% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAC24 is #5253DB. Grayscale: #9D9D9D. Windows color (decimal): -5395420 or 2403501. OLE color: 2403501.
HSL color Cylindrical-coordinate representation of color #ADAC24: hue angle of 59.56º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ADAC24 is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 36 | - |
| CMYK | 0 | 0.01 | 0.79 | 0.32 |
| HSL | 59.56º | 0.66% | 0.41% | - |
| HSV(B) | 59.56º | 0.79% | 0.68% | - |
| XYZ | 32.3 | 38.52 | 7.4 | - |
| YUV | 156.8 | 59.83 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 36 | 0 | 0.01 | 0.79 | 0.32 | 59.56 | 0.66 | 0.41 |
| Hex | AD | AC | 24 | 0 | 1 | 4F | 20 | 3C | 42 | 29 |
| Octal | 255 | 254 | 44 | 0 | 1 | 117 | 40 | 74 | 102 | 51 |
| Binary | 10101101 | 10101100 | 100100 | 0 | 1 | 1001111 | 100000 | 111100 | 1000010 | 101001 |
Color Harmonies of #ADAC24
Complementary color
Monochromatic Colors of #ADAC24
Black with #ADAC24
Text Example
Text Example
White with #ADAC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC24; }
p { color: rgb(173,172,36); }
H1.HeaderClassName
{
color: #ADAC24;
}
.AnyTagClassName
{
color: #ADAC24;
}
</style>
background-color css
<style>
a { background-color: #ADAC24; }
a { background-color: rgb(173,172,36); }
div.DivClassName
{
background-color: #ADAC24;
}
.BgClassName
{
background-color: #ADAC24;
}
</style>
border-color css
<style>
span { border-color: #ADAC24; }
span { border-color: rgb(173,172,36); }
td.TdClassName
{
border-color: #ADAC24;
}
.TagClassName
{
border-color: #ADAC24;
}
</style>