Shades of Spring Bud #9EF310
Tints of Spring Bud #9EF310
RGB
CMYK
RGB Variations
Color information
#9EF310 (or 0x9EF310) is known color: Spring Bud. HEX triplet: 9E, F3 and 10. RGB value is (158,243,16). Sum of RGB (Red+Green+Blue) = 158+243+16=417 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.89% from 417); Green value is 243 (95.31% from 255 or 58.27% from 417); Blue value is 16 (6.64% from 255 or 3.84% from 417); Max value from RGB is 243 - color contains mainly: green. Hex color #9EF310 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EF310 is #610CEF. Grayscale: #C0C0C0. Windows color (decimal): -6360304 or 1110942. OLE color: 1110942.
HSL color Cylindrical-coordinate representation of color #9EF310: hue angle of 82.47º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9EF310 is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 158 | 243 | 16 | - |
| CMYK | 0.35 | 0 | 0.93 | 0.05 |
| HSL | 82.47º | 0.9% | 0.51% | - |
| HSV(B) | 82.47º | 0.93% | 0.95% | - |
| XYZ | 46.24 | 71.41 | 11.84 | - |
| YUV | 191.71 | 28.84 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 243 | 16 | 0.35 | 0 | 0.93 | 0.05 | 82.47 | 0.9 | 0.51 |
| Hex | 9E | F3 | 10 | 23 | 0 | 5D | 5 | 52 | 5A | 33 |
| Octal | 236 | 363 | 20 | 43 | 0 | 135 | 5 | 122 | 132 | 63 |
| Binary | 10011110 | 11110011 | 10000 | 100011 | 0 | 1011101 | 101 | 1010010 | 1011010 | 110011 |
Color Harmonies of #9EF310
Complementary color
Monochromatic Colors of #9EF310
Black with #9EF310
Text Example
Text Example
White with #9EF310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF310; }
p { color: rgb(158,243,16); }
H1.HeaderClassName
{
color: #9EF310;
}
.AnyTagClassName
{
color: #9EF310;
}
</style>
background-color css
<style>
a { background-color: #9EF310; }
a { background-color: rgb(158,243,16); }
div.DivClassName
{
background-color: #9EF310;
}
.BgClassName
{
background-color: #9EF310;
}
</style>
border-color css
<style>
span { border-color: #9EF310; }
span { border-color: rgb(158,243,16); }
td.TdClassName
{
border-color: #9EF310;
}
.TagClassName
{
border-color: #9EF310;
}
</style>