Shades of Spring Bud #9FF111
Tints of Spring Bud #9FF111
RGB
CMYK
RGB Variations
Color information
#9FF111 (or 0x9FF111) is known color: Spring Bud. HEX triplet: 9F, F1 and 11. RGB value is (159,241,17). Sum of RGB (Red+Green+Blue) = 159+241+17=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 241 (94.53% from 255 or 57.79% from 417); Blue value is 17 (7.03% from 255 or 4.08% from 417); Max value from RGB is 241 - color contains mainly: green. Hex color #9FF111 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FF111 is #600EEE. Grayscale: #BFBFBF. Windows color (decimal): -6295279 or 1175967. OLE color: 1175967.
HSL color Cylindrical-coordinate representation of color #9FF111: hue angle of 81.96º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9FF111 is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 241 | 17 | - |
| CMYK | 0.34 | 0 | 0.93 | 0.05 |
| HSL | 81.96º | 0.89% | 0.51% | - |
| HSV(B) | 81.96º | 0.93% | 0.95% | - |
| XYZ | 45.85 | 70.32 | 11.69 | - |
| YUV | 190.95 | 29.83 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 241 | 17 | 0.34 | 0 | 0.93 | 0.05 | 81.96 | 0.89 | 0.51 |
| Hex | 9F | F1 | 11 | 22 | 0 | 5D | 5 | 52 | 59 | 33 |
| Octal | 237 | 361 | 21 | 42 | 0 | 135 | 5 | 122 | 131 | 63 |
| Binary | 10011111 | 11110001 | 10001 | 100010 | 0 | 1011101 | 101 | 1010010 | 1011001 | 110011 |
Color Harmonies of #9FF111
Complementary color
Monochromatic Colors of #9FF111
Black with #9FF111
Text Example
Text Example
White with #9FF111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF111; }
p { color: rgb(159,241,17); }
H1.HeaderClassName
{
color: #9FF111;
}
.AnyTagClassName
{
color: #9FF111;
}
</style>
background-color css
<style>
a { background-color: #9FF111; }
a { background-color: rgb(159,241,17); }
div.DivClassName
{
background-color: #9FF111;
}
.BgClassName
{
background-color: #9FF111;
}
</style>
border-color css
<style>
span { border-color: #9FF111; }
span { border-color: rgb(159,241,17); }
td.TdClassName
{
border-color: #9FF111;
}
.TagClassName
{
border-color: #9FF111;
}
</style>