Shades of Earls Green #ADAF1D
Tints of Earls Green #ADAF1D
RGB
CMYK
RGB Variations
Color information
#ADAF1D (or 0xADAF1D) is known color: Earls Green. HEX triplet: AD, AF and 1D. RGB value is (173,175,29). Sum of RGB (Red+Green+Blue) = 173+175+29=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 175 (68.75% from 255 or 46.42% from 377); Blue value is 29 (11.72% from 255 or 7.69% from 377); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAF1D is #5250E2. Grayscale: #9E9E9E. Windows color (decimal): -5394659 or 1945517. OLE color: 1945517.
HSL color Cylindrical-coordinate representation of color #ADAF1D: hue angle of 60.82º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ADAF1D is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 175 | 29 | - |
| CMYK | 0.01 | 0 | 0.83 | 0.31 |
| HSL | 60.82º | 0.72% | 0.4% | - |
| HSV(B) | 60.82º | 0.83% | 0.69% | - |
| XYZ | 32.79 | 39.63 | 7.08 | - |
| YUV | 157.76 | 55.34 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 29 | 0.01 | 0 | 0.83 | 0.31 | 60.82 | 0.72 | 0.4 |
| Hex | AD | AF | 1D | 1 | 0 | 53 | 1F | 3D | 48 | 28 |
| Octal | 255 | 257 | 35 | 1 | 0 | 123 | 37 | 75 | 110 | 50 |
| Binary | 10101101 | 10101111 | 11101 | 1 | 0 | 1010011 | 11111 | 111101 | 1001000 | 101000 |
Color Harmonies of #ADAF1D
Complementary color
Monochromatic Colors of #ADAF1D
Black with #ADAF1D
Text Example
Text Example
White with #ADAF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAF1D; }
p { color: rgb(173,175,29); }
H1.HeaderClassName
{
color: #ADAF1D;
}
.AnyTagClassName
{
color: #ADAF1D;
}
</style>
background-color css
<style>
a { background-color: #ADAF1D; }
a { background-color: rgb(173,175,29); }
div.DivClassName
{
background-color: #ADAF1D;
}
.BgClassName
{
background-color: #ADAF1D;
}
</style>
border-color css
<style>
span { border-color: #ADAF1D; }
span { border-color: rgb(173,175,29); }
td.TdClassName
{
border-color: #ADAF1D;
}
.TagClassName
{
border-color: #ADAF1D;
}
</style>