Shades of Spring Bud #9EF110
Tints of Spring Bud #9EF110
RGB
CMYK
RGB Variations
Color information
#9EF110 (or 0x9EF110) is known color: Spring Bud. HEX triplet: 9E, F1 and 10. RGB value is (158,241,16). Sum of RGB (Red+Green+Blue) = 158+241+16=415 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.07% from 415); Green value is 241 (94.53% from 255 or 58.07% from 415); Blue value is 16 (6.64% from 255 or 3.86% from 415); Max value from RGB is 241 - color contains mainly: green. Hex color #9EF110 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EF110 is #610EEF. Grayscale: #BFBFBF. Windows color (decimal): -6360816 or 1110430. OLE color: 1110430.
HSL color Cylindrical-coordinate representation of color #9EF110: hue angle of 82.13º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9EF110 is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 158 | 241 | 16 | - |
| CMYK | 0.34 | 0 | 0.93 | 0.05 |
| HSL | 82.13º | 0.89% | 0.5% | - |
| HSV(B) | 82.13º | 0.93% | 0.95% | - |
| XYZ | 45.65 | 70.22 | 11.64 | - |
| YUV | 190.53 | 29.5 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 241 | 16 | 0.34 | 0 | 0.93 | 0.05 | 82.13 | 0.89 | 0.5 |
| Hex | 9E | F1 | 10 | 22 | 0 | 5D | 5 | 52 | 59 | 32 |
| Octal | 236 | 361 | 20 | 42 | 0 | 135 | 5 | 122 | 131 | 62 |
| Binary | 10011110 | 11110001 | 10000 | 100010 | 0 | 1011101 | 101 | 1010010 | 1011001 | 110010 |
Color Harmonies of #9EF110
Complementary color
Monochromatic Colors of #9EF110
Black with #9EF110
Text Example
Text Example
White with #9EF110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF110; }
p { color: rgb(158,241,16); }
H1.HeaderClassName
{
color: #9EF110;
}
.AnyTagClassName
{
color: #9EF110;
}
</style>
background-color css
<style>
a { background-color: #9EF110; }
a { background-color: rgb(158,241,16); }
div.DivClassName
{
background-color: #9EF110;
}
.BgClassName
{
background-color: #9EF110;
}
</style>
border-color css
<style>
span { border-color: #9EF110; }
span { border-color: rgb(158,241,16); }
td.TdClassName
{
border-color: #9EF110;
}
.TagClassName
{
border-color: #9EF110;
}
</style>