Shades of Earls Green #ADA929
Tints of Earls Green #ADA929
RGB
CMYK
RGB Variations
Color information
#ADA929 (or 0xADA929) is known color: Earls Green. HEX triplet: AD, A9 and 29. RGB value is (173,169,41). Sum of RGB (Red+Green+Blue) = 173+169+41=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 169 (66.41% from 255 or 44.13% from 383); Blue value is 41 (16.41% from 255 or 10.70% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA929 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA929 is #5256D6. Grayscale: #9C9C9C. Windows color (decimal): -5396183 or 2730413. OLE color: 2730413.
HSL color Cylindrical-coordinate representation of color #ADA929: hue angle of 58.18º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ADA929 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 41 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.32 |
| HSL | 58.18º | 0.62% | 0.42% | - |
| HSV(B) | 58.18º | 0.76% | 0.68% | - |
| XYZ | 31.82 | 37.42 | 7.64 | - |
| YUV | 155.6 | 63.33 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 41 | 0 | 0.02 | 0.76 | 0.32 | 58.18 | 0.62 | 0.42 |
| Hex | AD | A9 | 29 | 0 | 2 | 4C | 20 | 3A | 3E | 2A |
| Octal | 255 | 251 | 51 | 0 | 2 | 114 | 40 | 72 | 76 | 52 |
| Binary | 10101101 | 10101001 | 101001 | 0 | 10 | 1001100 | 100000 | 111010 | 111110 | 101010 |
Color Harmonies of #ADA929
Complementary color
Monochromatic Colors of #ADA929
Black with #ADA929
Text Example
Text Example
White with #ADA929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA929; }
p { color: rgb(173,169,41); }
H1.HeaderClassName
{
color: #ADA929;
}
.AnyTagClassName
{
color: #ADA929;
}
</style>
background-color css
<style>
a { background-color: #ADA929; }
a { background-color: rgb(173,169,41); }
div.DivClassName
{
background-color: #ADA929;
}
.BgClassName
{
background-color: #ADA929;
}
</style>
border-color css
<style>
span { border-color: #ADA929; }
span { border-color: rgb(173,169,41); }
td.TdClassName
{
border-color: #ADA929;
}
.TagClassName
{
border-color: #ADA929;
}
</style>