Shades of Earls Green #ADA928
Tints of Earls Green #ADA928
RGB
CMYK
RGB Variations
Color information
#ADA928 (or 0xADA928) is known color: Earls Green. HEX triplet: AD, A9 and 28. RGB value is (173,169,40). Sum of RGB (Red+Green+Blue) = 173+169+40=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 169 (66.41% from 255 or 44.24% from 382); Blue value is 40 (16.02% from 255 or 10.47% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA928 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA928 is #5256D7. Grayscale: #9C9C9C. Windows color (decimal): -5396184 or 2664877. OLE color: 2664877.
HSL color Cylindrical-coordinate representation of color #ADA928: hue angle of 58.2º 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 #ADA928 is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 40 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.32 |
| HSL | 58.2º | 0.62% | 0.42% | - |
| HSV(B) | 58.2º | 0.77% | 0.68% | - |
| XYZ | 31.8 | 37.41 | 7.55 | - |
| YUV | 155.49 | 62.83 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 40 | 0 | 0.02 | 0.77 | 0.32 | 58.2 | 0.62 | 0.42 |
| Hex | AD | A9 | 28 | 0 | 2 | 4D | 20 | 3A | 3E | 2A |
| Octal | 255 | 251 | 50 | 0 | 2 | 115 | 40 | 72 | 76 | 52 |
| Binary | 10101101 | 10101001 | 101000 | 0 | 10 | 1001101 | 100000 | 111010 | 111110 | 101010 |
Color Harmonies of #ADA928
Complementary color
Monochromatic Colors of #ADA928
Black with #ADA928
Text Example
Text Example
White with #ADA928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA928; }
p { color: rgb(173,169,40); }
H1.HeaderClassName
{
color: #ADA928;
}
.AnyTagClassName
{
color: #ADA928;
}
</style>
background-color css
<style>
a { background-color: #ADA928; }
a { background-color: rgb(173,169,40); }
div.DivClassName
{
background-color: #ADA928;
}
.BgClassName
{
background-color: #ADA928;
}
</style>
border-color css
<style>
span { border-color: #ADA928; }
span { border-color: rgb(173,169,40); }
td.TdClassName
{
border-color: #ADA928;
}
.TagClassName
{
border-color: #ADA928;
}
</style>