Shades of Earls Green #ADAF2C
Tints of Earls Green #ADAF2C
RGB
CMYK
RGB Variations
Color information
#ADAF2C (or 0xADAF2C) is known color: Earls Green. HEX triplet: AD, AF and 2C. RGB value is (173,175,44). Sum of RGB (Red+Green+Blue) = 173+175+44=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 44 (17.58% from 255 or 11.22% from 392); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAF2C is #5250D3. Grayscale: #9F9F9F. Windows color (decimal): -5394644 or 2928557. OLE color: 2928557.
HSL color Cylindrical-coordinate representation of color #ADAF2C: hue angle of 60.92º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ADAF2C is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 175 | 44 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.31 |
| HSL | 60.92º | 0.6% | 0.43% | - |
| HSV(B) | 60.92º | 0.75% | 0.69% | - |
| XYZ | 33.02 | 39.73 | 8.31 | - |
| YUV | 159.47 | 62.84 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 44 | 0.01 | 0 | 0.75 | 0.31 | 60.92 | 0.6 | 0.43 |
| Hex | AD | AF | 2C | 1 | 0 | 4B | 1F | 3D | 3C | 2B |
| Octal | 255 | 257 | 54 | 1 | 0 | 113 | 37 | 75 | 74 | 53 |
| Binary | 10101101 | 10101111 | 101100 | 1 | 0 | 1001011 | 11111 | 111101 | 111100 | 101011 |
Color Harmonies of #ADAF2C
Complementary color
Monochromatic Colors of #ADAF2C
Black with #ADAF2C
Text Example
Text Example
White with #ADAF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAF2C; }
p { color: rgb(173,175,44); }
H1.HeaderClassName
{
color: #ADAF2C;
}
.AnyTagClassName
{
color: #ADAF2C;
}
</style>
background-color css
<style>
a { background-color: #ADAF2C; }
a { background-color: rgb(173,175,44); }
div.DivClassName
{
background-color: #ADAF2C;
}
.BgClassName
{
background-color: #ADAF2C;
}
</style>
border-color css
<style>
span { border-color: #ADAF2C; }
span { border-color: rgb(173,175,44); }
td.TdClassName
{
border-color: #ADAF2C;
}
.TagClassName
{
border-color: #ADAF2C;
}
</style>