Shades of Spring Bud #9FFE00
Tints of Spring Bud #9FFE00
RGB
CMYK
RGB Variations
Color information
#9FFE00 (or 0x9FFE00) is known color: Spring Bud. HEX triplet: 9F, FE and 00. RGB value is (159,254,0). Sum of RGB (Red+Green+Blue) = 159+254+0=413 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.50% from 413); Green value is 254 (99.61% from 255 or 61.50% from 413); Blue value is 0 (0.39% from 255 or 0% from 413); Max value from RGB is 254 - color contains mainly: green. Hex color #9FFE00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FFE00 is #6001FF. Grayscale: #C5C5C5. Windows color (decimal): -6291968 or 65183. OLE color: 65183.
HSL color Cylindrical-coordinate representation of color #9FFE00: hue angle of 82.44º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9FFE00 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 254 | 0 | - |
| CMYK | 0.37 | 0 | 1 | 0.00 |
| HSL | 82.44º | 1% | 0.5% | - |
| HSV(B) | 82.44º | 1% | 1% | - |
| XYZ | 49.74 | 78.25 | 12.48 | - |
| YUV | 196.64 | 17.03 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 254 | 0 | 0.37 | 0 | 1 | 0.00 | 82.44 | 1 | 0.5 |
| Hex | 9F | FE | 0 | 25 | 0 | 64 | 0 | 52 | 64 | 32 |
| Octal | 237 | 376 | 0 | 45 | 0 | 144 | 0 | 122 | 144 | 62 |
| Binary | 10011111 | 11111110 | 0 | 100101 | 0 | 1100100 | 0 | 1010010 | 1100100 | 110010 |
Color Harmonies of #9FFE00
Complementary color
Monochromatic Colors of #9FFE00
Black with #9FFE00
Text Example
Text Example
White with #9FFE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFE00; }
p { color: rgb(159,254,0); }
H1.HeaderClassName
{
color: #9FFE00;
}
.AnyTagClassName
{
color: #9FFE00;
}
</style>
background-color css
<style>
a { background-color: #9FFE00; }
a { background-color: rgb(159,254,0); }
div.DivClassName
{
background-color: #9FFE00;
}
.BgClassName
{
background-color: #9FFE00;
}
</style>
border-color css
<style>
span { border-color: #9FFE00; }
span { border-color: rgb(159,254,0); }
td.TdClassName
{
border-color: #9FFE00;
}
.TagClassName
{
border-color: #9FFE00;
}
</style>