Shades of Spring Bud #9FFC17
Tints of Spring Bud #9FFC17
RGB
CMYK
RGB Variations
Color information
#9FFC17 (or 0x9FFC17) is known color: Spring Bud. HEX triplet: 9F, FC and 17. RGB value is (159,252,23). Sum of RGB (Red+Green+Blue) = 159+252+23=434 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.64% from 434); Green value is 252 (98.83% from 255 or 58.06% from 434); Blue value is 23 (9.38% from 255 or 5.30% from 434); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFC17 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FFC17 is #6003E8. Grayscale: #C6C6C6. Windows color (decimal): -6292457 or 1571999. OLE color: 1571999.
HSL color Cylindrical-coordinate representation of color #9FFC17: hue angle of 84.37º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9FFC17 is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 252 | 23 | - |
| CMYK | 0.37 | 0 | 0.91 | 0.01 |
| HSL | 84.37º | 0.97% | 0.54% | - |
| HSV(B) | 84.37º | 0.91% | 0.99% | - |
| XYZ | 49.26 | 77.05 | 13.09 | - |
| YUV | 198.09 | 29.19 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 252 | 23 | 0.37 | 0 | 0.91 | 0.01 | 84.37 | 0.97 | 0.54 |
| Hex | 9F | FC | 17 | 25 | 0 | 5B | 1 | 54 | 61 | 36 |
| Octal | 237 | 374 | 27 | 45 | 0 | 133 | 1 | 124 | 141 | 66 |
| Binary | 10011111 | 11111100 | 10111 | 100101 | 0 | 1011011 | 1 | 1010100 | 1100001 | 110110 |
Color Harmonies of #9FFC17
Complementary color
Monochromatic Colors of #9FFC17
Black with #9FFC17
Text Example
Text Example
White with #9FFC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFC17; }
p { color: rgb(159,252,23); }
H1.HeaderClassName
{
color: #9FFC17;
}
.AnyTagClassName
{
color: #9FFC17;
}
</style>
background-color css
<style>
a { background-color: #9FFC17; }
a { background-color: rgb(159,252,23); }
div.DivClassName
{
background-color: #9FFC17;
}
.BgClassName
{
background-color: #9FFC17;
}
</style>
border-color css
<style>
span { border-color: #9FFC17; }
span { border-color: rgb(159,252,23); }
td.TdClassName
{
border-color: #9FFC17;
}
.TagClassName
{
border-color: #9FFC17;
}
</style>