Shades of Earls Green #ADAC26
Tints of Earls Green #ADAC26
RGB
CMYK
RGB Variations
Color information
#ADAC26 (or 0xADAC26) is known color: Earls Green. HEX triplet: AD, AC and 26. RGB value is (173,172,38). Sum of RGB (Red+Green+Blue) = 173+172+38=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 38 (15.23% from 255 or 9.92% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAC26 is #5253D9. Grayscale: #9D9D9D. Windows color (decimal): -5395418 or 2534573. OLE color: 2534573.
HSL color Cylindrical-coordinate representation of color #ADAC26: hue angle of 59.56º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ADAC26 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 38 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.32 |
| HSL | 59.56º | 0.64% | 0.41% | - |
| HSV(B) | 59.56º | 0.78% | 0.68% | - |
| XYZ | 32.34 | 38.53 | 7.57 | - |
| YUV | 157.02 | 60.83 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 38 | 0 | 0.01 | 0.78 | 0.32 | 59.56 | 0.64 | 0.41 |
| Hex | AD | AC | 26 | 0 | 1 | 4E | 20 | 3C | 40 | 29 |
| Octal | 255 | 254 | 46 | 0 | 1 | 116 | 40 | 74 | 100 | 51 |
| Binary | 10101101 | 10101100 | 100110 | 0 | 1 | 1001110 | 100000 | 111100 | 1000000 | 101001 |
Color Harmonies of #ADAC26
Complementary color
Monochromatic Colors of #ADAC26
Black with #ADAC26
Text Example
Text Example
White with #ADAC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC26; }
p { color: rgb(173,172,38); }
H1.HeaderClassName
{
color: #ADAC26;
}
.AnyTagClassName
{
color: #ADAC26;
}
</style>
background-color css
<style>
a { background-color: #ADAC26; }
a { background-color: rgb(173,172,38); }
div.DivClassName
{
background-color: #ADAC26;
}
.BgClassName
{
background-color: #ADAC26;
}
</style>
border-color css
<style>
span { border-color: #ADAC26; }
span { border-color: rgb(173,172,38); }
td.TdClassName
{
border-color: #ADAC26;
}
.TagClassName
{
border-color: #ADAC26;
}
</style>