Shades of Earls Green #ADA430
Tints of Earls Green #ADA430
RGB
CMYK
RGB Variations
Color information
#ADA430 (or 0xADA430) is known color: Earls Green. HEX triplet: AD, A4 and 30. RGB value is (173,164,48). Sum of RGB (Red+Green+Blue) = 173+164+48=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 164 (64.45% from 255 or 42.60% from 385); Blue value is 48 (19.14% from 255 or 12.47% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA430 is #525BCF. Grayscale: #999999. Windows color (decimal): -5397456 or 3187885. OLE color: 3187885.
HSL color Cylindrical-coordinate representation of color #ADA430: hue angle of 55.68º 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 #ADA430 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 164 | 48 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.32 |
| HSL | 55.68º | 0.57% | 0.43% | - |
| HSV(B) | 55.68º | 0.72% | 0.68% | - |
| XYZ | 31.04 | 35.65 | 8.04 | - |
| YUV | 153.47 | 68.48 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 164 | 48 | 0 | 0.05 | 0.72 | 0.32 | 55.68 | 0.57 | 0.43 |
| Hex | AD | A4 | 30 | 0 | 5 | 48 | 20 | 38 | 39 | 2B |
| Octal | 255 | 244 | 60 | 0 | 5 | 110 | 40 | 70 | 71 | 53 |
| Binary | 10101101 | 10100100 | 110000 | 0 | 101 | 1001000 | 100000 | 111000 | 111001 | 101011 |
Color Harmonies of #ADA430
Complementary color
Monochromatic Colors of #ADA430
Black with #ADA430
Text Example
Text Example
White with #ADA430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA430; }
p { color: rgb(173,164,48); }
H1.HeaderClassName
{
color: #ADA430;
}
.AnyTagClassName
{
color: #ADA430;
}
</style>
background-color css
<style>
a { background-color: #ADA430; }
a { background-color: rgb(173,164,48); }
div.DivClassName
{
background-color: #ADA430;
}
.BgClassName
{
background-color: #ADA430;
}
</style>
border-color css
<style>
span { border-color: #ADA430; }
span { border-color: rgb(173,164,48); }
td.TdClassName
{
border-color: #ADA430;
}
.TagClassName
{
border-color: #ADA430;
}
</style>