Shades of Earls Green #ADA12D
Tints of Earls Green #ADA12D
RGB
CMYK
RGB Variations
Color information
#ADA12D (or 0xADA12D) is known color: Earls Green. HEX triplet: AD, A1 and 2D. RGB value is (173,161,45). Sum of RGB (Red+Green+Blue) = 173+161+45=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 161 (63.28% from 255 or 42.48% from 379); Blue value is 45 (17.97% from 255 or 11.87% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA12D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA12D is #525ED2. Grayscale: #979797. Windows color (decimal): -5398227 or 2990509. OLE color: 2990509.
HSL color Cylindrical-coordinate representation of color #ADA12D: hue angle of 54.38º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADA12D is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 45 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.32 |
| HSL | 54.38º | 0.59% | 0.43% | - |
| HSV(B) | 54.38º | 0.74% | 0.68% | - |
| XYZ | 30.45 | 34.56 | 7.55 | - |
| YUV | 151.36 | 67.98 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 45 | 0 | 0.07 | 0.74 | 0.32 | 54.38 | 0.59 | 0.43 |
| Hex | AD | A1 | 2D | 0 | 7 | 4A | 20 | 36 | 3B | 2B |
| Octal | 255 | 241 | 55 | 0 | 7 | 112 | 40 | 66 | 73 | 53 |
| Binary | 10101101 | 10100001 | 101101 | 0 | 111 | 1001010 | 100000 | 110110 | 111011 | 101011 |
Color Harmonies of #ADA12D
Complementary color
Monochromatic Colors of #ADA12D
Black with #ADA12D
Text Example
Text Example
White with #ADA12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA12D; }
p { color: rgb(173,161,45); }
H1.HeaderClassName
{
color: #ADA12D;
}
.AnyTagClassName
{
color: #ADA12D;
}
</style>
background-color css
<style>
a { background-color: #ADA12D; }
a { background-color: rgb(173,161,45); }
div.DivClassName
{
background-color: #ADA12D;
}
.BgClassName
{
background-color: #ADA12D;
}
</style>
border-color css
<style>
span { border-color: #ADA12D; }
span { border-color: rgb(173,161,45); }
td.TdClassName
{
border-color: #ADA12D;
}
.TagClassName
{
border-color: #ADA12D;
}
</style>