Shades of Earls Green #ADAC28
Tints of Earls Green #ADAC28
RGB
CMYK
RGB Variations
Color information
#ADAC28 (or 0xADAC28) is known color: Earls Green. HEX triplet: AD, AC and 28. RGB value is (173,172,40). Sum of RGB (Red+Green+Blue) = 173+172+40=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 40 (16.02% from 255 or 10.39% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAC28 is #5253D7. Grayscale: #9D9D9D. Windows color (decimal): -5395416 or 2665645. OLE color: 2665645.
HSL color Cylindrical-coordinate representation of color #ADAC28: hue angle of 59.55º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADAC28 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 40 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.32 |
| HSL | 59.55º | 0.62% | 0.42% | - |
| HSV(B) | 59.55º | 0.77% | 0.68% | - |
| XYZ | 32.37 | 38.54 | 7.74 | - |
| YUV | 157.25 | 61.83 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 40 | 0 | 0.01 | 0.77 | 0.32 | 59.55 | 0.62 | 0.42 |
| Hex | AD | AC | 28 | 0 | 1 | 4D | 20 | 3C | 3E | 2A |
| Octal | 255 | 254 | 50 | 0 | 1 | 115 | 40 | 74 | 76 | 52 |
| Binary | 10101101 | 10101100 | 101000 | 0 | 1 | 1001101 | 100000 | 111100 | 111110 | 101010 |
Color Harmonies of #ADAC28
Complementary color
Monochromatic Colors of #ADAC28
Black with #ADAC28
Text Example
Text Example
White with #ADAC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC28; }
p { color: rgb(173,172,40); }
H1.HeaderClassName
{
color: #ADAC28;
}
.AnyTagClassName
{
color: #ADAC28;
}
</style>
background-color css
<style>
a { background-color: #ADAC28; }
a { background-color: rgb(173,172,40); }
div.DivClassName
{
background-color: #ADAC28;
}
.BgClassName
{
background-color: #ADAC28;
}
</style>
border-color css
<style>
span { border-color: #ADAC28; }
span { border-color: rgb(173,172,40); }
td.TdClassName
{
border-color: #ADAC28;
}
.TagClassName
{
border-color: #ADAC28;
}
</style>