Shades of Spring Bud #9FF70E
Tints of Spring Bud #9FF70E
RGB
CMYK
RGB Variations
Color information
#9FF70E (or 0x9FF70E) is known color: Spring Bud. HEX triplet: 9F, F7 and 0E. RGB value is (159,247,14). Sum of RGB (Red+Green+Blue) = 159+247+14=420 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.86% from 420); Green value is 247 (96.88% from 255 or 58.81% from 420); Blue value is 14 (5.86% from 255 or 3.33% from 420); Max value from RGB is 247 - color contains mainly: green. Hex color #9FF70E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FF70E is #6008F1. Grayscale: #C2C2C2. Windows color (decimal): -6293746 or 980895. OLE color: 980895.
HSL color Cylindrical-coordinate representation of color #9FF70E: hue angle of 82.66º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9FF70E is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 159 | 247 | 14 | - |
| CMYK | 0.36 | 0 | 0.94 | 0.03 |
| HSL | 82.66º | 0.94% | 0.51% | - |
| HSV(B) | 82.66º | 0.94% | 0.97% | - |
| XYZ | 47.64 | 73.92 | 12.17 | - |
| YUV | 194.13 | 26.35 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 247 | 14 | 0.36 | 0 | 0.94 | 0.03 | 82.66 | 0.94 | 0.51 |
| Hex | 9F | F7 | E | 24 | 0 | 5E | 3 | 53 | 5E | 33 |
| Octal | 237 | 367 | 16 | 44 | 0 | 136 | 3 | 123 | 136 | 63 |
| Binary | 10011111 | 11110111 | 1110 | 100100 | 0 | 1011110 | 11 | 1010011 | 1011110 | 110011 |
Color Harmonies of #9FF70E
Complementary color
Monochromatic Colors of #9FF70E
Black with #9FF70E
Text Example
Text Example
White with #9FF70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF70E; }
p { color: rgb(159,247,14); }
H1.HeaderClassName
{
color: #9FF70E;
}
.AnyTagClassName
{
color: #9FF70E;
}
</style>
background-color css
<style>
a { background-color: #9FF70E; }
a { background-color: rgb(159,247,14); }
div.DivClassName
{
background-color: #9FF70E;
}
.BgClassName
{
background-color: #9FF70E;
}
</style>
border-color css
<style>
span { border-color: #9FF70E; }
span { border-color: rgb(159,247,14); }
td.TdClassName
{
border-color: #9FF70E;
}
.TagClassName
{
border-color: #9FF70E;
}
</style>