Shades of Spring Bud #9EF616
Tints of Spring Bud #9EF616
RGB
CMYK
RGB Variations
Color information
#9EF616 (or 0x9EF616) is known color: Spring Bud. HEX triplet: 9E, F6 and 16. RGB value is (158,246,22). Sum of RGB (Red+Green+Blue) = 158+246+22=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 246 (96.48% from 255 or 57.75% from 426); Blue value is 22 (8.98% from 255 or 5.16% from 426); Max value from RGB is 246 - color contains mainly: green. Hex color #9EF616 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EF616 is #6109E9. Grayscale: #C2C2C2. Windows color (decimal): -6359530 or 1504926. OLE color: 1504926.
HSL color Cylindrical-coordinate representation of color #9EF616: hue angle of 83.57º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9EF616 is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 158 | 246 | 22 | - |
| CMYK | 0.36 | 0 | 0.91 | 0.04 |
| HSL | 83.57º | 0.93% | 0.53% | - |
| HSV(B) | 83.57º | 0.91% | 0.96% | - |
| XYZ | 47.2 | 73.24 | 12.41 | - |
| YUV | 194.15 | 30.85 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 246 | 22 | 0.36 | 0 | 0.91 | 0.04 | 83.57 | 0.93 | 0.53 |
| Hex | 9E | F6 | 16 | 24 | 0 | 5B | 4 | 54 | 5D | 35 |
| Octal | 236 | 366 | 26 | 44 | 0 | 133 | 4 | 124 | 135 | 65 |
| Binary | 10011110 | 11110110 | 10110 | 100100 | 0 | 1011011 | 100 | 1010100 | 1011101 | 110101 |
Color Harmonies of #9EF616
Complementary color
Monochromatic Colors of #9EF616
Black with #9EF616
Text Example
Text Example
White with #9EF616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF616; }
p { color: rgb(158,246,22); }
H1.HeaderClassName
{
color: #9EF616;
}
.AnyTagClassName
{
color: #9EF616;
}
</style>
background-color css
<style>
a { background-color: #9EF616; }
a { background-color: rgb(158,246,22); }
div.DivClassName
{
background-color: #9EF616;
}
.BgClassName
{
background-color: #9EF616;
}
</style>
border-color css
<style>
span { border-color: #9EF616; }
span { border-color: rgb(158,246,22); }
td.TdClassName
{
border-color: #9EF616;
}
.TagClassName
{
border-color: #9EF616;
}
</style>