Shades of Earls Green #ADAF1C
Tints of Earls Green #ADAF1C
RGB
CMYK
RGB Variations
Color information
#ADAF1C (or 0xADAF1C) is known color: Earls Green. HEX triplet: AD, AF and 1C. RGB value is (173,175,28). Sum of RGB (Red+Green+Blue) = 173+175+28=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 175 (68.75% from 255 or 46.54% from 376); Blue value is 28 (11.33% from 255 or 7.45% from 376); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAF1C is #5250E3. Grayscale: #9E9E9E. Windows color (decimal): -5394660 or 1879981. OLE color: 1879981.
HSL color Cylindrical-coordinate representation of color #ADAF1C: 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.84%. Process color model (Four color, CMYK) of #ADAF1C is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 175 | 28 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.31 |
| HSL | 60.82º | 0.72% | 0.4% | - |
| HSV(B) | 60.82º | 0.84% | 0.69% | - |
| XYZ | 32.77 | 39.63 | 7.02 | - |
| YUV | 157.64 | 54.84 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 28 | 0.01 | 0 | 0.84 | 0.31 | 60.82 | 0.72 | 0.4 |
| Hex | AD | AF | 1C | 1 | 0 | 54 | 1F | 3D | 48 | 28 |
| Octal | 255 | 257 | 34 | 1 | 0 | 124 | 37 | 75 | 110 | 50 |
| Binary | 10101101 | 10101111 | 11100 | 1 | 0 | 1010100 | 11111 | 111101 | 1001000 | 101000 |
Color Harmonies of #ADAF1C
Complementary color
Monochromatic Colors of #ADAF1C
Black with #ADAF1C
Text Example
Text Example
White with #ADAF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAF1C; }
p { color: rgb(173,175,28); }
H1.HeaderClassName
{
color: #ADAF1C;
}
.AnyTagClassName
{
color: #ADAF1C;
}
</style>
background-color css
<style>
a { background-color: #ADAF1C; }
a { background-color: rgb(173,175,28); }
div.DivClassName
{
background-color: #ADAF1C;
}
.BgClassName
{
background-color: #ADAF1C;
}
</style>
border-color css
<style>
span { border-color: #ADAF1C; }
span { border-color: rgb(173,175,28); }
td.TdClassName
{
border-color: #ADAF1C;
}
.TagClassName
{
border-color: #ADAF1C;
}
</style>