Shades of Spring Bud #9FF113
Tints of Spring Bud #9FF113
RGB
CMYK
RGB Variations
Color information
#9FF113 (or 0x9FF113) is known color: Spring Bud. HEX triplet: 9F, F1 and 13. RGB value is (159,241,19). Sum of RGB (Red+Green+Blue) = 159+241+19=419 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.95% from 419); Green value is 241 (94.53% from 255 or 57.52% from 419); Blue value is 19 (7.81% from 255 or 4.53% from 419); Max value from RGB is 241 - color contains mainly: green. Hex color #9FF113 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FF113 is #600EEC. Grayscale: #BFBFBF. Windows color (decimal): -6295277 or 1307039. OLE color: 1307039.
HSL color Cylindrical-coordinate representation of color #9FF113: hue angle of 82.16º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9FF113 is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 241 | 19 | - |
| CMYK | 0.34 | 0 | 0.92 | 0.05 |
| HSL | 82.16º | 0.89% | 0.51% | - |
| HSV(B) | 82.16º | 0.92% | 0.95% | - |
| XYZ | 45.87 | 70.33 | 11.77 | - |
| YUV | 191.17 | 30.83 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 241 | 19 | 0.34 | 0 | 0.92 | 0.05 | 82.16 | 0.89 | 0.51 |
| Hex | 9F | F1 | 13 | 22 | 0 | 5C | 5 | 52 | 59 | 33 |
| Octal | 237 | 361 | 23 | 42 | 0 | 134 | 5 | 122 | 131 | 63 |
| Binary | 10011111 | 11110001 | 10011 | 100010 | 0 | 1011100 | 101 | 1010010 | 1011001 | 110011 |
Color Harmonies of #9FF113
Complementary color
Monochromatic Colors of #9FF113
Black with #9FF113
Text Example
Text Example
White with #9FF113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF113; }
p { color: rgb(159,241,19); }
H1.HeaderClassName
{
color: #9FF113;
}
.AnyTagClassName
{
color: #9FF113;
}
</style>
background-color css
<style>
a { background-color: #9FF113; }
a { background-color: rgb(159,241,19); }
div.DivClassName
{
background-color: #9FF113;
}
.BgClassName
{
background-color: #9FF113;
}
</style>
border-color css
<style>
span { border-color: #9FF113; }
span { border-color: rgb(159,241,19); }
td.TdClassName
{
border-color: #9FF113;
}
.TagClassName
{
border-color: #9FF113;
}
</style>