Shades of Spring Bud #9FFE06
Tints of Spring Bud #9FFE06
RGB
CMYK
RGB Variations
Color information
#9FFE06 (or 0x9FFE06) is known color: Spring Bud. HEX triplet: 9F, FE and 06. RGB value is (159,254,6). Sum of RGB (Red+Green+Blue) = 159+254+6=419 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.95% from 419); Green value is 254 (99.61% from 255 or 60.62% from 419); Blue value is 6 (2.73% from 255 or 1.43% from 419); Max value from RGB is 254 - color contains mainly: green. Hex color #9FFE06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FFE06 is #6001F9. Grayscale: #C6C6C6. Windows color (decimal): -6291962 or 458399. OLE color: 458399.
HSL color Cylindrical-coordinate representation of color #9FFE06: hue angle of 82.98º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9FFE06 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 254 | 6 | - |
| CMYK | 0.37 | 0 | 0.98 | 0.00 |
| HSL | 82.98º | 0.99% | 0.51% | - |
| HSV(B) | 82.98º | 0.98% | 1% | - |
| XYZ | 49.77 | 78.27 | 12.66 | - |
| YUV | 197.32 | 20.03 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 254 | 6 | 0.37 | 0 | 0.98 | 0.00 | 82.98 | 0.99 | 0.51 |
| Hex | 9F | FE | 6 | 25 | 0 | 62 | 0 | 53 | 63 | 33 |
| Octal | 237 | 376 | 6 | 45 | 0 | 142 | 0 | 123 | 143 | 63 |
| Binary | 10011111 | 11111110 | 110 | 100101 | 0 | 1100010 | 0 | 1010011 | 1100011 | 110011 |
Color Harmonies of #9FFE06
Complementary color
Monochromatic Colors of #9FFE06
Black with #9FFE06
Text Example
Text Example
White with #9FFE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFE06; }
p { color: rgb(159,254,6); }
H1.HeaderClassName
{
color: #9FFE06;
}
.AnyTagClassName
{
color: #9FFE06;
}
</style>
background-color css
<style>
a { background-color: #9FFE06; }
a { background-color: rgb(159,254,6); }
div.DivClassName
{
background-color: #9FFE06;
}
.BgClassName
{
background-color: #9FFE06;
}
</style>
border-color css
<style>
span { border-color: #9FFE06; }
span { border-color: rgb(159,254,6); }
td.TdClassName
{
border-color: #9FFE06;
}
.TagClassName
{
border-color: #9FFE06;
}
</style>