Shades of Spring Bud #9EFF15
Tints of Spring Bud #9EFF15
RGB
CMYK
RGB Variations
Color information
#9EFF15 (or 0x9EFF15) is known color: Spring Bud. HEX triplet: 9E, FF and 15. RGB value is (158,255,21). Sum of RGB (Red+Green+Blue) = 158+255+21=434 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.41% from 434); Green value is 255 (100% from 255 or 58.76% from 434); Blue value is 21 (8.59% from 255 or 4.84% from 434); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFF15 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EFF15 is #6100EA. Grayscale: #C8C8C8. Windows color (decimal): -6357227 or 1441694. OLE color: 1441694.
HSL color Cylindrical-coordinate representation of color #9EFF15: hue angle of 84.87º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9EFF15 is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 255 | 21 | - |
| CMYK | 0.38 | 0 | 0.92 | 0 |
| HSL | 84.87º | 1% | 0.54% | - |
| HSV(B) | 84.87º | 0.92% | 1% | - |
| XYZ | 50 | 78.84 | 13.29 | - |
| YUV | 199.32 | 27.36 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 255 | 21 | 0.38 | 0 | 0.92 | 0 | 84.87 | 1 | 0.54 |
| Hex | 9E | FF | 15 | 26 | 0 | 5C | 0 | 55 | 64 | 36 |
| Octal | 236 | 377 | 25 | 46 | 0 | 134 | 0 | 125 | 144 | 66 |
| Binary | 10011110 | 11111111 | 10101 | 100110 | 0 | 1011100 | 0 | 1010101 | 1100100 | 110110 |
Color Harmonies of #9EFF15
Complementary color
Monochromatic Colors of #9EFF15
Black with #9EFF15
Text Example
Text Example
White with #9EFF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFF15; }
p { color: rgb(158,255,21); }
H1.HeaderClassName
{
color: #9EFF15;
}
.AnyTagClassName
{
color: #9EFF15;
}
</style>
background-color css
<style>
a { background-color: #9EFF15; }
a { background-color: rgb(158,255,21); }
div.DivClassName
{
background-color: #9EFF15;
}
.BgClassName
{
background-color: #9EFF15;
}
</style>
border-color css
<style>
span { border-color: #9EFF15; }
span { border-color: rgb(158,255,21); }
td.TdClassName
{
border-color: #9EFF15;
}
.TagClassName
{
border-color: #9EFF15;
}
</style>