Shades of Spring Bud #9EFF17
Tints of Spring Bud #9EFF17
RGB
CMYK
RGB Variations
Color information
#9EFF17 (or 0x9EFF17) is known color: Spring Bud. HEX triplet: 9E, FF and 17. RGB value is (158,255,23). Sum of RGB (Red+Green+Blue) = 158+255+23=436 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.24% from 436); Green value is 255 (100% from 255 or 58.49% from 436); Blue value is 23 (9.38% from 255 or 5.28% from 436); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFF17 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EFF17 is #6100E8. Grayscale: #C8C8C8. Windows color (decimal): -6357225 or 1572766. OLE color: 1572766.
HSL color Cylindrical-coordinate representation of color #9EFF17: hue angle of 85.09º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9EFF17 is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 255 | 23 | - |
| CMYK | 0.38 | 0 | 0.91 | 0 |
| HSL | 85.09º | 1% | 0.55% | - |
| HSV(B) | 85.09º | 0.91% | 1% | - |
| XYZ | 50.02 | 78.85 | 13.39 | - |
| YUV | 199.55 | 28.36 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 255 | 23 | 0.38 | 0 | 0.91 | 0 | 85.09 | 1 | 0.55 |
| Hex | 9E | FF | 17 | 26 | 0 | 5B | 0 | 55 | 64 | 37 |
| Octal | 236 | 377 | 27 | 46 | 0 | 133 | 0 | 125 | 144 | 67 |
| Binary | 10011110 | 11111111 | 10111 | 100110 | 0 | 1011011 | 0 | 1010101 | 1100100 | 110111 |
Color Harmonies of #9EFF17
Complementary color
Monochromatic Colors of #9EFF17
Black with #9EFF17
Text Example
Text Example
White with #9EFF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFF17; }
p { color: rgb(158,255,23); }
H1.HeaderClassName
{
color: #9EFF17;
}
.AnyTagClassName
{
color: #9EFF17;
}
</style>
background-color css
<style>
a { background-color: #9EFF17; }
a { background-color: rgb(158,255,23); }
div.DivClassName
{
background-color: #9EFF17;
}
.BgClassName
{
background-color: #9EFF17;
}
</style>
border-color css
<style>
span { border-color: #9EFF17; }
span { border-color: rgb(158,255,23); }
td.TdClassName
{
border-color: #9EFF17;
}
.TagClassName
{
border-color: #9EFF17;
}
</style>