Shades of Earls Green #ADAC23
Tints of Earls Green #ADAC23
RGB
CMYK
RGB Variations
Color information
#ADAC23 (or 0xADAC23) is known color: Earls Green. HEX triplet: AD, AC and 23. RGB value is (173,172,35). Sum of RGB (Red+Green+Blue) = 173+172+35=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 172 (67.58% from 255 or 45.26% from 380); Blue value is 35 (14.06% from 255 or 9.21% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAC23 is #5253DC. Grayscale: #9D9D9D. Windows color (decimal): -5395421 or 2337965. OLE color: 2337965.
HSL color Cylindrical-coordinate representation of color #ADAC23: hue angle of 59.57º 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 #ADAC23 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 35 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.32 |
| HSL | 59.57º | 0.66% | 0.41% | - |
| HSV(B) | 59.57º | 0.8% | 0.68% | - |
| XYZ | 32.29 | 38.51 | 7.32 | - |
| YUV | 156.68 | 59.33 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 35 | 0 | 0.01 | 0.80 | 0.32 | 59.57 | 0.66 | 0.41 |
| Hex | AD | AC | 23 | 0 | 1 | 50 | 20 | 3C | 42 | 29 |
| Octal | 255 | 254 | 43 | 0 | 1 | 120 | 40 | 74 | 102 | 51 |
| Binary | 10101101 | 10101100 | 100011 | 0 | 1 | 1010000 | 100000 | 111100 | 1000010 | 101001 |
Color Harmonies of #ADAC23
Complementary color
Monochromatic Colors of #ADAC23
Black with #ADAC23
Text Example
Text Example
White with #ADAC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC23; }
p { color: rgb(173,172,35); }
H1.HeaderClassName
{
color: #ADAC23;
}
.AnyTagClassName
{
color: #ADAC23;
}
</style>
background-color css
<style>
a { background-color: #ADAC23; }
a { background-color: rgb(173,172,35); }
div.DivClassName
{
background-color: #ADAC23;
}
.BgClassName
{
background-color: #ADAC23;
}
</style>
border-color css
<style>
span { border-color: #ADAC23; }
span { border-color: rgb(173,172,35); }
td.TdClassName
{
border-color: #ADAC23;
}
.TagClassName
{
border-color: #ADAC23;
}
</style>