Shades of Green Yellow #ADF122
Tints of Green Yellow #ADF122
RGB
CMYK
RGB Variations
Color information
#ADF122 (or 0xADF122) is known color: Green Yellow. HEX triplet: AD, F1 and 22. RGB value is (173,241,34). Sum of RGB (Red+Green+Blue) = 173+241+34=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 241 (94.53% from 255 or 53.79% from 448); Blue value is 34 (13.67% from 255 or 7.59% from 448); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF122 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF122 is #520EDD. Grayscale: #C5C5C5. Windows color (decimal): -5377758 or 2290093. OLE color: 2290093.
HSL color Cylindrical-coordinate representation of color #ADF122: hue angle of 79.71º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ADF122 is Cyan = 0.28, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 34 | - |
| CMYK | 0.28 | 0 | 0.86 | 0.05 |
| HSL | 79.71º | 0.88% | 0.54% | - |
| HSV(B) | 79.71º | 0.86% | 0.95% | - |
| XYZ | 48.98 | 71.91 | 12.81 | - |
| YUV | 197.07 | 35.97 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 34 | 0.28 | 0 | 0.86 | 0.05 | 79.71 | 0.88 | 0.54 |
| Hex | AD | F1 | 22 | 1C | 0 | 56 | 5 | 50 | 58 | 36 |
| Octal | 255 | 361 | 42 | 34 | 0 | 126 | 5 | 120 | 130 | 66 |
| Binary | 10101101 | 11110001 | 100010 | 11100 | 0 | 1010110 | 101 | 1010000 | 1011000 | 110110 |
Color Harmonies of #ADF122
Complementary color
Monochromatic Colors of #ADF122
Black with #ADF122
Text Example
Text Example
White with #ADF122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF122; }
p { color: rgb(173,241,34); }
H1.HeaderClassName
{
color: #ADF122;
}
.AnyTagClassName
{
color: #ADF122;
}
</style>
background-color css
<style>
a { background-color: #ADF122; }
a { background-color: rgb(173,241,34); }
div.DivClassName
{
background-color: #ADF122;
}
.BgClassName
{
background-color: #ADF122;
}
</style>
border-color css
<style>
span { border-color: #ADF122; }
span { border-color: rgb(173,241,34); }
td.TdClassName
{
border-color: #ADF122;
}
.TagClassName
{
border-color: #ADF122;
}
</style>