Shades of Spring Bud #9EFC15
Tints of Spring Bud #9EFC15
RGB
CMYK
RGB Variations
Color information
#9EFC15 (or 0x9EFC15) is known color: Spring Bud. HEX triplet: 9E, FC and 15. RGB value is (158,252,21). Sum of RGB (Red+Green+Blue) = 158+252+21=431 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.66% from 431); Green value is 252 (98.83% from 255 or 58.47% from 431); Blue value is 21 (8.59% from 255 or 4.87% from 431); Max value from RGB is 252 - color contains mainly: green. Hex color #9EFC15 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EFC15 is #6103EA. Grayscale: #C6C6C6. Windows color (decimal): -6357995 or 1440926. OLE color: 1440926.
HSL color Cylindrical-coordinate representation of color #9EFC15: hue angle of 84.42º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9EFC15 is Cyan = 0.37, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 252 | 21 | - |
| CMYK | 0.37 | 0 | 0.92 | 0.01 |
| HSL | 84.42º | 0.97% | 0.54% | - |
| HSV(B) | 84.42º | 0.92% | 0.99% | - |
| XYZ | 49.05 | 76.94 | 12.98 | - |
| YUV | 197.56 | 28.36 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 252 | 21 | 0.37 | 0 | 0.92 | 0.01 | 84.42 | 0.97 | 0.54 |
| Hex | 9E | FC | 15 | 25 | 0 | 5C | 1 | 54 | 61 | 36 |
| Octal | 236 | 374 | 25 | 45 | 0 | 134 | 1 | 124 | 141 | 66 |
| Binary | 10011110 | 11111100 | 10101 | 100101 | 0 | 1011100 | 1 | 1010100 | 1100001 | 110110 |
Color Harmonies of #9EFC15
Complementary color
Monochromatic Colors of #9EFC15
Black with #9EFC15
Text Example
Text Example
White with #9EFC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFC15; }
p { color: rgb(158,252,21); }
H1.HeaderClassName
{
color: #9EFC15;
}
.AnyTagClassName
{
color: #9EFC15;
}
</style>
background-color css
<style>
a { background-color: #9EFC15; }
a { background-color: rgb(158,252,21); }
div.DivClassName
{
background-color: #9EFC15;
}
.BgClassName
{
background-color: #9EFC15;
}
</style>
border-color css
<style>
span { border-color: #9EFC15; }
span { border-color: rgb(158,252,21); }
td.TdClassName
{
border-color: #9EFC15;
}
.TagClassName
{
border-color: #9EFC15;
}
</style>