Shades of Earls Green #ADA927
Tints of Earls Green #ADA927
RGB
CMYK
RGB Variations
Color information
#ADA927 (or 0xADA927) is known color: Earls Green. HEX triplet: AD, A9 and 27. RGB value is (173,169,39). Sum of RGB (Red+Green+Blue) = 173+169+39=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 169 (66.41% from 255 or 44.36% from 381); Blue value is 39 (15.62% from 255 or 10.24% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA927 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA927 is #5256D8. Grayscale: #9B9B9B. Windows color (decimal): -5396185 or 2599341. OLE color: 2599341.
HSL color Cylindrical-coordinate representation of color #ADA927: hue angle of 58.21º degrees, saturation: 0.63, 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 #ADA927 is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 39 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.32 |
| HSL | 58.21º | 0.63% | 0.42% | - |
| HSV(B) | 58.21º | 0.77% | 0.68% | - |
| XYZ | 31.79 | 37.41 | 7.46 | - |
| YUV | 155.38 | 62.33 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 39 | 0 | 0.02 | 0.77 | 0.32 | 58.21 | 0.63 | 0.42 |
| Hex | AD | A9 | 27 | 0 | 2 | 4D | 20 | 3A | 3F | 2A |
| Octal | 255 | 251 | 47 | 0 | 2 | 115 | 40 | 72 | 77 | 52 |
| Binary | 10101101 | 10101001 | 100111 | 0 | 10 | 1001101 | 100000 | 111010 | 111111 | 101010 |
Color Harmonies of #ADA927
Complementary color
Monochromatic Colors of #ADA927
Black with #ADA927
Text Example
Text Example
White with #ADA927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA927; }
p { color: rgb(173,169,39); }
H1.HeaderClassName
{
color: #ADA927;
}
.AnyTagClassName
{
color: #ADA927;
}
</style>
background-color css
<style>
a { background-color: #ADA927; }
a { background-color: rgb(173,169,39); }
div.DivClassName
{
background-color: #ADA927;
}
.BgClassName
{
background-color: #ADA927;
}
</style>
border-color css
<style>
span { border-color: #ADA927; }
span { border-color: rgb(173,169,39); }
td.TdClassName
{
border-color: #ADA927;
}
.TagClassName
{
border-color: #ADA927;
}
</style>