Shades of Spring Bud #9FFC16
Tints of Spring Bud #9FFC16
RGB
CMYK
RGB Variations
Color information
#9FFC16 (or 0x9FFC16) is known color: Spring Bud. HEX triplet: 9F, FC and 16. RGB value is (159,252,22). Sum of RGB (Red+Green+Blue) = 159+252+22=433 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.72% from 433); Green value is 252 (98.83% from 255 or 58.20% from 433); Blue value is 22 (8.98% from 255 or 5.08% from 433); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFC16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FFC16 is #6003E9. Grayscale: #C6C6C6. Windows color (decimal): -6292458 or 1506463. OLE color: 1506463.
HSL color Cylindrical-coordinate representation of color #9FFC16: hue angle of 84.26º 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 #9FFC16 is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 252 | 22 | - |
| CMYK | 0.37 | 0 | 0.91 | 0.01 |
| HSL | 84.26º | 0.97% | 0.54% | - |
| HSV(B) | 84.26º | 0.91% | 0.99% | - |
| XYZ | 49.25 | 77.05 | 13.04 | - |
| YUV | 197.97 | 28.69 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 252 | 22 | 0.37 | 0 | 0.91 | 0.01 | 84.26 | 0.97 | 0.54 |
| Hex | 9F | FC | 16 | 25 | 0 | 5B | 1 | 54 | 61 | 36 |
| Octal | 237 | 374 | 26 | 45 | 0 | 133 | 1 | 124 | 141 | 66 |
| Binary | 10011111 | 11111100 | 10110 | 100101 | 0 | 1011011 | 1 | 1010100 | 1100001 | 110110 |
Color Harmonies of #9FFC16
Complementary color
Monochromatic Colors of #9FFC16
Black with #9FFC16
Text Example
Text Example
White with #9FFC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFC16; }
p { color: rgb(159,252,22); }
H1.HeaderClassName
{
color: #9FFC16;
}
.AnyTagClassName
{
color: #9FFC16;
}
</style>
background-color css
<style>
a { background-color: #9FFC16; }
a { background-color: rgb(159,252,22); }
div.DivClassName
{
background-color: #9FFC16;
}
.BgClassName
{
background-color: #9FFC16;
}
</style>
border-color css
<style>
span { border-color: #9FFC16; }
span { border-color: rgb(159,252,22); }
td.TdClassName
{
border-color: #9FFC16;
}
.TagClassName
{
border-color: #9FFC16;
}
</style>