Shades of Spring Bud #9FFF10
Tints of Spring Bud #9FFF10
RGB
CMYK
RGB Variations
Color information
#9FFF10 (or 0x9FFF10) is known color: Spring Bud. HEX triplet: 9F, FF and 10. RGB value is (159,255,16). Sum of RGB (Red+Green+Blue) = 159+255+16=430 (56% of max value = 765). Red value is 159 (62.5% from 255 or 36.98% from 430); Green value is 255 (100% from 255 or 59.30% from 430); Blue value is 16 (6.64% from 255 or 3.72% from 430); Max value from RGB is 255 - color contains mainly: green. Hex color #9FFF10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FFF10 is #6000EF. Grayscale: #C7C7C7. Windows color (decimal): -6291696 or 1114015. OLE color: 1114015.
HSL color Cylindrical-coordinate representation of color #9FFF10: hue angle of 84.1º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9FFF10 is Cyan = 0.38, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 255 | 16 | - |
| CMYK | 0.38 | 0 | 0.94 | 0 |
| HSL | 84.1º | 1% | 0.53% | - |
| HSV(B) | 84.1º | 0.94% | 1% | - |
| XYZ | 50.15 | 78.93 | 13.08 | - |
| YUV | 199.05 | 24.7 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 255 | 16 | 0.38 | 0 | 0.94 | 0 | 84.1 | 1 | 0.53 |
| Hex | 9F | FF | 10 | 26 | 0 | 5E | 0 | 54 | 64 | 35 |
| Octal | 237 | 377 | 20 | 46 | 0 | 136 | 0 | 124 | 144 | 65 |
| Binary | 10011111 | 11111111 | 10000 | 100110 | 0 | 1011110 | 0 | 1010100 | 1100100 | 110101 |
Color Harmonies of #9FFF10
Complementary color
Monochromatic Colors of #9FFF10
Black with #9FFF10
Text Example
Text Example
White with #9FFF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFF10; }
p { color: rgb(159,255,16); }
H1.HeaderClassName
{
color: #9FFF10;
}
.AnyTagClassName
{
color: #9FFF10;
}
</style>
background-color css
<style>
a { background-color: #9FFF10; }
a { background-color: rgb(159,255,16); }
div.DivClassName
{
background-color: #9FFF10;
}
.BgClassName
{
background-color: #9FFF10;
}
</style>
border-color css
<style>
span { border-color: #9FFF10; }
span { border-color: rgb(159,255,16); }
td.TdClassName
{
border-color: #9FFF10;
}
.TagClassName
{
border-color: #9FFF10;
}
</style>