Shades of Green Yellow #ADF124
Tints of Green Yellow #ADF124
RGB
CMYK
RGB Variations
Color information
#ADF124 (or 0xADF124) is known color: Green Yellow. HEX triplet: AD, F1 and 24. RGB value is (173,241,36). Sum of RGB (Red+Green+Blue) = 173+241+36=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 241 (94.53% from 255 or 53.56% from 450); Blue value is 36 (14.45% from 255 or 8% from 450); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF124 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF124 is #520EDB. Grayscale: #C6C6C6. Windows color (decimal): -5377756 or 2421165. OLE color: 2421165.
HSL color Cylindrical-coordinate representation of color #ADF124: hue angle of 79.9º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ADF124 is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 36 | - |
| CMYK | 0.28 | 0 | 0.85 | 0.05 |
| HSL | 79.9º | 0.88% | 0.54% | - |
| HSV(B) | 79.9º | 0.85% | 0.95% | - |
| XYZ | 49.01 | 71.92 | 12.97 | - |
| YUV | 197.3 | 36.97 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 36 | 0.28 | 0 | 0.85 | 0.05 | 79.9 | 0.88 | 0.54 |
| Hex | AD | F1 | 24 | 1C | 0 | 55 | 5 | 50 | 58 | 36 |
| Octal | 255 | 361 | 44 | 34 | 0 | 125 | 5 | 120 | 130 | 66 |
| Binary | 10101101 | 11110001 | 100100 | 11100 | 0 | 1010101 | 101 | 1010000 | 1011000 | 110110 |
Color Harmonies of #ADF124
Complementary color
Monochromatic Colors of #ADF124
Black with #ADF124
Text Example
Text Example
White with #ADF124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF124; }
p { color: rgb(173,241,36); }
H1.HeaderClassName
{
color: #ADF124;
}
.AnyTagClassName
{
color: #ADF124;
}
</style>
background-color css
<style>
a { background-color: #ADF124; }
a { background-color: rgb(173,241,36); }
div.DivClassName
{
background-color: #ADF124;
}
.BgClassName
{
background-color: #ADF124;
}
</style>
border-color css
<style>
span { border-color: #ADF124; }
span { border-color: rgb(173,241,36); }
td.TdClassName
{
border-color: #ADF124;
}
.TagClassName
{
border-color: #ADF124;
}
</style>