Shades of Earls Green #ADAF29
Tints of Earls Green #ADAF29
RGB
CMYK
RGB Variations
Color information
#ADAF29 (or 0xADAF29) is known color: Earls Green. HEX triplet: AD, AF and 29. RGB value is (173,175,41). Sum of RGB (Red+Green+Blue) = 173+175+41=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 41 (16.41% from 255 or 10.54% from 389); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAF29 is #5250D6. Grayscale: #9F9F9F. Windows color (decimal): -5394647 or 2731949. OLE color: 2731949.
HSL color Cylindrical-coordinate representation of color #ADAF29: hue angle of 60.9º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADAF29 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 175 | 41 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.31 |
| HSL | 60.9º | 0.62% | 0.42% | - |
| HSV(B) | 60.9º | 0.77% | 0.69% | - |
| XYZ | 32.96 | 39.7 | 8.02 | - |
| YUV | 159.13 | 61.34 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 41 | 0.01 | 0 | 0.77 | 0.31 | 60.9 | 0.62 | 0.42 |
| Hex | AD | AF | 29 | 1 | 0 | 4D | 1F | 3D | 3E | 2A |
| Octal | 255 | 257 | 51 | 1 | 0 | 115 | 37 | 75 | 76 | 52 |
| Binary | 10101101 | 10101111 | 101001 | 1 | 0 | 1001101 | 11111 | 111101 | 111110 | 101010 |
Color Harmonies of #ADAF29
Complementary color
Monochromatic Colors of #ADAF29
Black with #ADAF29
Text Example
Text Example
White with #ADAF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAF29; }
p { color: rgb(173,175,41); }
H1.HeaderClassName
{
color: #ADAF29;
}
.AnyTagClassName
{
color: #ADAF29;
}
</style>
background-color css
<style>
a { background-color: #ADAF29; }
a { background-color: rgb(173,175,41); }
div.DivClassName
{
background-color: #ADAF29;
}
.BgClassName
{
background-color: #ADAF29;
}
</style>
border-color css
<style>
span { border-color: #ADAF29; }
span { border-color: rgb(173,175,41); }
td.TdClassName
{
border-color: #ADAF29;
}
.TagClassName
{
border-color: #ADAF29;
}
</style>