Shades of Earls Green #ADAC21
Tints of Earls Green #ADAC21
RGB
CMYK
RGB Variations
Color information
#ADAC21 (or 0xADAC21) is known color: Earls Green. HEX triplet: AD, AC and 21. RGB value is (173,172,33). Sum of RGB (Red+Green+Blue) = 173+172+33=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 172 (67.58% from 255 or 45.50% from 378); Blue value is 33 (13.28% from 255 or 8.73% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAC21 is #5253DE. Grayscale: #9D9D9D. Windows color (decimal): -5395423 or 2206893. OLE color: 2206893.
HSL color Cylindrical-coordinate representation of color #ADAC21: hue angle of 59.57º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ADAC21 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 33 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.32 |
| HSL | 59.57º | 0.68% | 0.4% | - |
| HSV(B) | 59.57º | 0.81% | 0.68% | - |
| XYZ | 32.26 | 38.5 | 7.17 | - |
| YUV | 156.45 | 58.33 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 33 | 0 | 0.01 | 0.81 | 0.32 | 59.57 | 0.68 | 0.4 |
| Hex | AD | AC | 21 | 0 | 1 | 51 | 20 | 3C | 44 | 28 |
| Octal | 255 | 254 | 41 | 0 | 1 | 121 | 40 | 74 | 104 | 50 |
| Binary | 10101101 | 10101100 | 100001 | 0 | 1 | 1010001 | 100000 | 111100 | 1000100 | 101000 |
Color Harmonies of #ADAC21
Complementary color
Monochromatic Colors of #ADAC21
Black with #ADAC21
Text Example
Text Example
White with #ADAC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC21; }
p { color: rgb(173,172,33); }
H1.HeaderClassName
{
color: #ADAC21;
}
.AnyTagClassName
{
color: #ADAC21;
}
</style>
background-color css
<style>
a { background-color: #ADAC21; }
a { background-color: rgb(173,172,33); }
div.DivClassName
{
background-color: #ADAC21;
}
.BgClassName
{
background-color: #ADAC21;
}
</style>
border-color css
<style>
span { border-color: #ADAC21; }
span { border-color: rgb(173,172,33); }
td.TdClassName
{
border-color: #ADAC21;
}
.TagClassName
{
border-color: #ADAC21;
}
</style>