Shades of Earls Green #ADAF28
Tints of Earls Green #ADAF28
RGB
CMYK
RGB Variations
Color information
#ADAF28 (or 0xADAF28) is known color: Earls Green. HEX triplet: AD, AF and 28. RGB value is (173,175,40). Sum of RGB (Red+Green+Blue) = 173+175+40=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 40 (16.02% from 255 or 10.31% from 388); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAF28 is #5250D7. Grayscale: #9F9F9F. Windows color (decimal): -5394648 or 2666413. OLE color: 2666413.
HSL color Cylindrical-coordinate representation of color #ADAF28: hue angle of 60.89º degrees, saturation: 0.63, 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 #ADAF28 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 175 | 40 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.31 |
| HSL | 60.89º | 0.63% | 0.42% | - |
| HSV(B) | 60.89º | 0.77% | 0.69% | - |
| XYZ | 32.95 | 39.7 | 7.93 | - |
| YUV | 159.01 | 60.84 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 40 | 0.01 | 0 | 0.77 | 0.31 | 60.89 | 0.63 | 0.42 |
| Hex | AD | AF | 28 | 1 | 0 | 4D | 1F | 3D | 3F | 2A |
| Octal | 255 | 257 | 50 | 1 | 0 | 115 | 37 | 75 | 77 | 52 |
| Binary | 10101101 | 10101111 | 101000 | 1 | 0 | 1001101 | 11111 | 111101 | 111111 | 101010 |
Color Harmonies of #ADAF28
Complementary color
Monochromatic Colors of #ADAF28
Black with #ADAF28
Text Example
Text Example
White with #ADAF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAF28; }
p { color: rgb(173,175,40); }
H1.HeaderClassName
{
color: #ADAF28;
}
.AnyTagClassName
{
color: #ADAF28;
}
</style>
background-color css
<style>
a { background-color: #ADAF28; }
a { background-color: rgb(173,175,40); }
div.DivClassName
{
background-color: #ADAF28;
}
.BgClassName
{
background-color: #ADAF28;
}
</style>
border-color css
<style>
span { border-color: #ADAF28; }
span { border-color: rgb(173,175,40); }
td.TdClassName
{
border-color: #ADAF28;
}
.TagClassName
{
border-color: #ADAF28;
}
</style>