Shades of Spring Bud #9EFF08
Tints of Spring Bud #9EFF08
RGB
CMYK
RGB Variations
Color information
#9EFF08 (or 0x9EFF08) is known color: Spring Bud. HEX triplet: 9E, FF and 08. RGB value is (158,255,8). Sum of RGB (Red+Green+Blue) = 158+255+8=421 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.53% from 421); Green value is 255 (100% from 255 or 60.57% from 421); Blue value is 8 (3.52% from 255 or 1.90% from 421); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFF08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EFF08 is #6100F7. Grayscale: #C6C6C6. Windows color (decimal): -6357240 or 589726. OLE color: 589726.
HSL color Cylindrical-coordinate representation of color #9EFF08: hue angle of 83.56º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9EFF08 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 255 | 8 | - |
| CMYK | 0.38 | 0 | 0.97 | 0 |
| HSL | 83.56º | 1% | 0.52% | - |
| HSV(B) | 83.56º | 0.97% | 1% | - |
| XYZ | 49.9 | 78.81 | 12.81 | - |
| YUV | 197.84 | 20.86 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 255 | 8 | 0.38 | 0 | 0.97 | 0 | 83.56 | 1 | 0.52 |
| Hex | 9E | FF | 8 | 26 | 0 | 61 | 0 | 54 | 64 | 34 |
| Octal | 236 | 377 | 10 | 46 | 0 | 141 | 0 | 124 | 144 | 64 |
| Binary | 10011110 | 11111111 | 1000 | 100110 | 0 | 1100001 | 0 | 1010100 | 1100100 | 110100 |
Color Harmonies of #9EFF08
Complementary color
Monochromatic Colors of #9EFF08
Black with #9EFF08
Text Example
Text Example
White with #9EFF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFF08; }
p { color: rgb(158,255,8); }
H1.HeaderClassName
{
color: #9EFF08;
}
.AnyTagClassName
{
color: #9EFF08;
}
</style>
background-color css
<style>
a { background-color: #9EFF08; }
a { background-color: rgb(158,255,8); }
div.DivClassName
{
background-color: #9EFF08;
}
.BgClassName
{
background-color: #9EFF08;
}
</style>
border-color css
<style>
span { border-color: #9EFF08; }
span { border-color: rgb(158,255,8); }
td.TdClassName
{
border-color: #9EFF08;
}
.TagClassName
{
border-color: #9EFF08;
}
</style>