Shades of Spring Bud #9FF100
Tints of Spring Bud #9FF100
RGB
CMYK
RGB Variations
Color information
#9FF100 (or 0x9FF100) is known color: Spring Bud. HEX triplet: 9F, F1 and 00. RGB value is (159,241,0). Sum of RGB (Red+Green+Blue) = 159+241+0=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 241 (94.53% from 255 or 60.25% from 400); Blue value is 0 (0.39% from 255 or 0% from 400); Max value from RGB is 241 - color contains mainly: green. Hex color #9FF100 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FF100 is #600EFF. Grayscale: #BDBDBD. Windows color (decimal): -6295296 or 61855. OLE color: 61855.
HSL color Cylindrical-coordinate representation of color #9FF100: hue angle of 80.41º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9FF100 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 241 | 0 | - |
| CMYK | 0.34 | 0 | 1 | 0.05 |
| HSL | 80.41º | 1% | 0.47% | - |
| HSV(B) | 80.41º | 1% | 0.95% | - |
| XYZ | 45.75 | 70.28 | 11.15 | - |
| YUV | 189.01 | 21.33 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 241 | 0 | 0.34 | 0 | 1 | 0.05 | 80.41 | 1 | 0.47 |
| Hex | 9F | F1 | 0 | 22 | 0 | 64 | 5 | 50 | 64 | 2F |
| Octal | 237 | 361 | 0 | 42 | 0 | 144 | 5 | 120 | 144 | 57 |
| Binary | 10011111 | 11110001 | 0 | 100010 | 0 | 1100100 | 101 | 1010000 | 1100100 | 101111 |
Color Harmonies of #9FF100
Complementary color
Monochromatic Colors of #9FF100
Black with #9FF100
Text Example
Text Example
White with #9FF100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF100; }
p { color: rgb(159,241,0); }
H1.HeaderClassName
{
color: #9FF100;
}
.AnyTagClassName
{
color: #9FF100;
}
</style>
background-color css
<style>
a { background-color: #9FF100; }
a { background-color: rgb(159,241,0); }
div.DivClassName
{
background-color: #9FF100;
}
.BgClassName
{
background-color: #9FF100;
}
</style>
border-color css
<style>
span { border-color: #9FF100; }
span { border-color: rgb(159,241,0); }
td.TdClassName
{
border-color: #9FF100;
}
.TagClassName
{
border-color: #9FF100;
}
</style>