Shades of Earls Green #ADA423
Tints of Earls Green #ADA423
RGB
CMYK
RGB Variations
Color information
#ADA423 (or 0xADA423) is known color: Earls Green. HEX triplet: AD, A4 and 23. RGB value is (173,164,35). Sum of RGB (Red+Green+Blue) = 173+164+35=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 164 (64.45% from 255 or 44.09% from 372); Blue value is 35 (14.06% from 255 or 9.41% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA423 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA423 is #525BDC. Grayscale: #989898. Windows color (decimal): -5397469 or 2335917. OLE color: 2335917.
HSL color Cylindrical-coordinate representation of color #ADA423: hue angle of 56.09º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADA423 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 164 | 35 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.32 |
| HSL | 56.09º | 0.66% | 0.41% | - |
| HSV(B) | 56.09º | 0.8% | 0.68% | - |
| XYZ | 30.81 | 35.56 | 6.83 | - |
| YUV | 151.99 | 61.98 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 164 | 35 | 0 | 0.05 | 0.80 | 0.32 | 56.09 | 0.66 | 0.41 |
| Hex | AD | A4 | 23 | 0 | 5 | 50 | 20 | 38 | 42 | 29 |
| Octal | 255 | 244 | 43 | 0 | 5 | 120 | 40 | 70 | 102 | 51 |
| Binary | 10101101 | 10100100 | 100011 | 0 | 101 | 1010000 | 100000 | 111000 | 1000010 | 101001 |
Color Harmonies of #ADA423
Complementary color
Monochromatic Colors of #ADA423
Black with #ADA423
Text Example
Text Example
White with #ADA423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA423; }
p { color: rgb(173,164,35); }
H1.HeaderClassName
{
color: #ADA423;
}
.AnyTagClassName
{
color: #ADA423;
}
</style>
background-color css
<style>
a { background-color: #ADA423; }
a { background-color: rgb(173,164,35); }
div.DivClassName
{
background-color: #ADA423;
}
.BgClassName
{
background-color: #ADA423;
}
</style>
border-color css
<style>
span { border-color: #ADA423; }
span { border-color: rgb(173,164,35); }
td.TdClassName
{
border-color: #ADA423;
}
.TagClassName
{
border-color: #ADA423;
}
</style>