Shades of Spring Bud #9FFB10
Tints of Spring Bud #9FFB10
RGB
CMYK
RGB Variations
Color information
#9FFB10 (or 0x9FFB10) is known color: Spring Bud. HEX triplet: 9F, FB and 10. RGB value is (159,251,16). Sum of RGB (Red+Green+Blue) = 159+251+16=426 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.32% from 426); Green value is 251 (98.44% from 255 or 58.92% from 426); Blue value is 16 (6.64% from 255 or 3.76% from 426); Max value from RGB is 251 - color contains mainly: green. Hex color #9FFB10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FFB10 is #6004EF. Grayscale: #C5C5C5. Windows color (decimal): -6292720 or 1112991. OLE color: 1112991.
HSL color Cylindrical-coordinate representation of color #9FFB10: hue angle of 83.49º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9FFB10 is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 251 | 16 | - |
| CMYK | 0.37 | 0 | 0.94 | 0.02 |
| HSL | 83.49º | 0.97% | 0.52% | - |
| HSV(B) | 83.49º | 0.94% | 0.98% | - |
| XYZ | 48.89 | 76.4 | 12.66 | - |
| YUV | 196.7 | 26.02 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 251 | 16 | 0.37 | 0 | 0.94 | 0.02 | 83.49 | 0.97 | 0.52 |
| Hex | 9F | FB | 10 | 25 | 0 | 5E | 2 | 53 | 61 | 34 |
| Octal | 237 | 373 | 20 | 45 | 0 | 136 | 2 | 123 | 141 | 64 |
| Binary | 10011111 | 11111011 | 10000 | 100101 | 0 | 1011110 | 10 | 1010011 | 1100001 | 110100 |
Color Harmonies of #9FFB10
Complementary color
Monochromatic Colors of #9FFB10
Black with #9FFB10
Text Example
Text Example
White with #9FFB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFB10; }
p { color: rgb(159,251,16); }
H1.HeaderClassName
{
color: #9FFB10;
}
.AnyTagClassName
{
color: #9FFB10;
}
</style>
background-color css
<style>
a { background-color: #9FFB10; }
a { background-color: rgb(159,251,16); }
div.DivClassName
{
background-color: #9FFB10;
}
.BgClassName
{
background-color: #9FFB10;
}
</style>
border-color css
<style>
span { border-color: #9FFB10; }
span { border-color: rgb(159,251,16); }
td.TdClassName
{
border-color: #9FFB10;
}
.TagClassName
{
border-color: #9FFB10;
}
</style>