Shades of Spring Bud #9EFA17
Tints of Spring Bud #9EFA17
RGB
CMYK
RGB Variations
Color information
#9EFA17 (or 0x9EFA17) is known color: Spring Bud. HEX triplet: 9E, FA and 17. RGB value is (158,250,23). Sum of RGB (Red+Green+Blue) = 158+250+23=431 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.66% from 431); Green value is 250 (98.05% from 255 or 58.00% from 431); Blue value is 23 (9.38% from 255 or 5.34% from 431); Max value from RGB is 250 - color contains mainly: green. Hex color #9EFA17 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EFA17 is #6105E8. Grayscale: #C5C5C5. Windows color (decimal): -6358505 or 1571486. OLE color: 1571486.
HSL color Cylindrical-coordinate representation of color #9EFA17: hue angle of 84.32º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9EFA17 is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 250 | 23 | - |
| CMYK | 0.37 | 0 | 0.91 | 0.02 |
| HSL | 84.32º | 0.96% | 0.54% | - |
| HSV(B) | 84.32º | 0.91% | 0.98% | - |
| XYZ | 48.44 | 75.7 | 12.87 | - |
| YUV | 196.61 | 30.02 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 250 | 23 | 0.37 | 0 | 0.91 | 0.02 | 84.32 | 0.96 | 0.54 |
| Hex | 9E | FA | 17 | 25 | 0 | 5B | 2 | 54 | 60 | 36 |
| Octal | 236 | 372 | 27 | 45 | 0 | 133 | 2 | 124 | 140 | 66 |
| Binary | 10011110 | 11111010 | 10111 | 100101 | 0 | 1011011 | 10 | 1010100 | 1100000 | 110110 |
Color Harmonies of #9EFA17
Complementary color
Monochromatic Colors of #9EFA17
Black with #9EFA17
Text Example
Text Example
White with #9EFA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFA17; }
p { color: rgb(158,250,23); }
H1.HeaderClassName
{
color: #9EFA17;
}
.AnyTagClassName
{
color: #9EFA17;
}
</style>
background-color css
<style>
a { background-color: #9EFA17; }
a { background-color: rgb(158,250,23); }
div.DivClassName
{
background-color: #9EFA17;
}
.BgClassName
{
background-color: #9EFA17;
}
</style>
border-color css
<style>
span { border-color: #9EFA17; }
span { border-color: rgb(158,250,23); }
td.TdClassName
{
border-color: #9EFA17;
}
.TagClassName
{
border-color: #9EFA17;
}
</style>