Shades of Earls Green #ADAF2E
Tints of Earls Green #ADAF2E
RGB
CMYK
RGB Variations
Color information
#ADAF2E (or 0xADAF2E) is known color: Earls Green. HEX triplet: AD, AF and 2E. RGB value is (173,175,46). Sum of RGB (Red+Green+Blue) = 173+175+46=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 46 (18.36% from 255 or 11.68% from 394); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAF2E is #5250D1. Grayscale: #A0A0A0. Windows color (decimal): -5394642 or 3059629. OLE color: 3059629.
HSL color Cylindrical-coordinate representation of color #ADAF2E: hue angle of 60.93º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADAF2E is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 175 | 46 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.31 |
| HSL | 60.93º | 0.58% | 0.43% | - |
| HSV(B) | 60.93º | 0.74% | 0.69% | - |
| XYZ | 33.06 | 39.74 | 8.51 | - |
| YUV | 159.7 | 63.84 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 46 | 0.01 | 0 | 0.74 | 0.31 | 60.93 | 0.58 | 0.43 |
| Hex | AD | AF | 2E | 1 | 0 | 4A | 1F | 3D | 3A | 2B |
| Octal | 255 | 257 | 56 | 1 | 0 | 112 | 37 | 75 | 72 | 53 |
| Binary | 10101101 | 10101111 | 101110 | 1 | 0 | 1001010 | 11111 | 111101 | 111010 | 101011 |
Color Harmonies of #ADAF2E
Complementary color
Monochromatic Colors of #ADAF2E
Black with #ADAF2E
Text Example
Text Example
White with #ADAF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAF2E; }
p { color: rgb(173,175,46); }
H1.HeaderClassName
{
color: #ADAF2E;
}
.AnyTagClassName
{
color: #ADAF2E;
}
</style>
background-color css
<style>
a { background-color: #ADAF2E; }
a { background-color: rgb(173,175,46); }
div.DivClassName
{
background-color: #ADAF2E;
}
.BgClassName
{
background-color: #ADAF2E;
}
</style>
border-color css
<style>
span { border-color: #ADAF2E; }
span { border-color: rgb(173,175,46); }
td.TdClassName
{
border-color: #ADAF2E;
}
.TagClassName
{
border-color: #ADAF2E;
}
</style>