Shades of Earls Green #ADA830
Tints of Earls Green #ADA830
RGB
CMYK
RGB Variations
Color information
#ADA830 (or 0xADA830) is known color: Earls Green. HEX triplet: AD, A8 and 30. RGB value is (173,168,48). Sum of RGB (Red+Green+Blue) = 173+168+48=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 168 (66.02% from 255 or 43.19% from 389); Blue value is 48 (19.14% from 255 or 12.34% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA830 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA830 is #5257CF. Grayscale: #9C9C9C. Windows color (decimal): -5396432 or 3188909. OLE color: 3188909.
HSL color Cylindrical-coordinate representation of color #ADA830: hue angle of 57.6º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADA830 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 168 | 48 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.32 |
| HSL | 57.6º | 0.57% | 0.43% | - |
| HSV(B) | 57.6º | 0.72% | 0.68% | - |
| XYZ | 31.77 | 37.1 | 8.28 | - |
| YUV | 155.82 | 67.16 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 48 | 0 | 0.03 | 0.72 | 0.32 | 57.6 | 0.57 | 0.43 |
| Hex | AD | A8 | 30 | 0 | 3 | 48 | 20 | 3A | 39 | 2B |
| Octal | 255 | 250 | 60 | 0 | 3 | 110 | 40 | 72 | 71 | 53 |
| Binary | 10101101 | 10101000 | 110000 | 0 | 11 | 1001000 | 100000 | 111010 | 111001 | 101011 |
Color Harmonies of #ADA830
Complementary color
Monochromatic Colors of #ADA830
Black with #ADA830
Text Example
Text Example
White with #ADA830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA830; }
p { color: rgb(173,168,48); }
H1.HeaderClassName
{
color: #ADA830;
}
.AnyTagClassName
{
color: #ADA830;
}
</style>
background-color css
<style>
a { background-color: #ADA830; }
a { background-color: rgb(173,168,48); }
div.DivClassName
{
background-color: #ADA830;
}
.BgClassName
{
background-color: #ADA830;
}
</style>
border-color css
<style>
span { border-color: #ADA830; }
span { border-color: rgb(173,168,48); }
td.TdClassName
{
border-color: #ADA830;
}
.TagClassName
{
border-color: #ADA830;
}
</style>