Shades of Green Yellow #ADF024
Tints of Green Yellow #ADF024
RGB
CMYK
RGB Variations
Color information
#ADF024 (or 0xADF024) is known color: Green Yellow. HEX triplet: AD, F0 and 24. RGB value is (173,240,36). Sum of RGB (Red+Green+Blue) = 173+240+36=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 240 (94.14% from 255 or 53.45% from 449); Blue value is 36 (14.45% from 255 or 8.02% from 449); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF024 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF024 is #520FDB. Grayscale: #C5C5C5. Windows color (decimal): -5378012 or 2420909. OLE color: 2420909.
HSL color Cylindrical-coordinate representation of color #ADF024: hue angle of 79.71º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ADF024 is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 240 | 36 | - |
| CMYK | 0.28 | 0 | 0.85 | 0.06 |
| HSL | 79.71º | 0.87% | 0.54% | - |
| HSV(B) | 79.71º | 0.85% | 0.94% | - |
| XYZ | 48.71 | 71.33 | 12.87 | - |
| YUV | 196.71 | 37.3 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 240 | 36 | 0.28 | 0 | 0.85 | 0.06 | 79.71 | 0.87 | 0.54 |
| Hex | AD | F0 | 24 | 1C | 0 | 55 | 6 | 50 | 57 | 36 |
| Octal | 255 | 360 | 44 | 34 | 0 | 125 | 6 | 120 | 127 | 66 |
| Binary | 10101101 | 11110000 | 100100 | 11100 | 0 | 1010101 | 110 | 1010000 | 1010111 | 110110 |
Color Harmonies of #ADF024
Complementary color
Monochromatic Colors of #ADF024
Black with #ADF024
Text Example
Text Example
White with #ADF024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF024; }
p { color: rgb(173,240,36); }
H1.HeaderClassName
{
color: #ADF024;
}
.AnyTagClassName
{
color: #ADF024;
}
</style>
background-color css
<style>
a { background-color: #ADF024; }
a { background-color: rgb(173,240,36); }
div.DivClassName
{
background-color: #ADF024;
}
.BgClassName
{
background-color: #ADF024;
}
</style>
border-color css
<style>
span { border-color: #ADF024; }
span { border-color: rgb(173,240,36); }
td.TdClassName
{
border-color: #ADF024;
}
.TagClassName
{
border-color: #ADF024;
}
</style>