Shades of Earls Green #ADAD1C
Tints of Earls Green #ADAD1C
RGB
CMYK
RGB Variations
Color information
#ADAD1C (or 0xADAD1C) is known color: Earls Green. HEX triplet: AD, AD and 1C. RGB value is (173,173,28). Sum of RGB (Red+Green+Blue) = 173+173+28=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 173 (67.97% from 255 or 46.26% from 374); Blue value is 28 (11.33% from 255 or 7.49% from 374); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAD1C is #5252E3. Grayscale: #9D9D9D. Windows color (decimal): -5395172 or 1879469. OLE color: 1879469.
HSL color Cylindrical-coordinate representation of color #ADAD1C: hue angle of 60º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ADAD1C is Cyan = 0, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 173 | 28 | - |
| CMYK | 0 | 0 | 0.84 | 0.32 |
| HSL | 60º | 0.72% | 0.39% | - |
| HSV(B) | 60º | 0.84% | 0.68% | - |
| XYZ | 32.39 | 38.86 | 6.89 | - |
| YUV | 156.47 | 55.5 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 28 | 0 | 0 | 0.84 | 0.32 | 60 | 0.72 | 0.39 |
| Hex | AD | AD | 1C | 0 | 0 | 54 | 20 | 3C | 48 | 27 |
| Octal | 255 | 255 | 34 | 0 | 0 | 124 | 40 | 74 | 110 | 47 |
| Binary | 10101101 | 10101101 | 11100 | 0 | 0 | 1010100 | 100000 | 111100 | 1001000 | 100111 |
Color Harmonies of #ADAD1C
Complementary color
Monochromatic Colors of #ADAD1C
Black with #ADAD1C
Text Example
Text Example
White with #ADAD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAD1C; }
p { color: rgb(173,173,28); }
H1.HeaderClassName
{
color: #ADAD1C;
}
.AnyTagClassName
{
color: #ADAD1C;
}
</style>
background-color css
<style>
a { background-color: #ADAD1C; }
a { background-color: rgb(173,173,28); }
div.DivClassName
{
background-color: #ADAD1C;
}
.BgClassName
{
background-color: #ADAD1C;
}
</style>
border-color css
<style>
span { border-color: #ADAD1C; }
span { border-color: rgb(173,173,28); }
td.TdClassName
{
border-color: #ADAD1C;
}
.TagClassName
{
border-color: #ADAD1C;
}
</style>