Shades of Spring Bud #9EFF0B
Tints of Spring Bud #9EFF0B
RGB
CMYK
RGB Variations
Color information
#9EFF0B (or 0x9EFF0B) is known color: Spring Bud. HEX triplet: 9E, FF and 0B. RGB value is (158,255,11). Sum of RGB (Red+Green+Blue) = 158+255+11=424 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.26% from 424); Green value is 255 (100% from 255 or 60.14% from 424); Blue value is 11 (4.69% from 255 or 2.59% from 424); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFF0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EFF0B is #6100F4. Grayscale: #C7C7C7. Windows color (decimal): -6357237 or 786334. OLE color: 786334.
HSL color Cylindrical-coordinate representation of color #9EFF0B: hue angle of 83.85º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9EFF0B is Cyan = 0.38, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 255 | 11 | - |
| CMYK | 0.38 | 0 | 0.96 | 0 |
| HSL | 83.85º | 1% | 0.52% | - |
| HSV(B) | 83.85º | 0.96% | 1% | - |
| XYZ | 49.92 | 78.81 | 12.9 | - |
| YUV | 198.18 | 22.36 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 255 | 11 | 0.38 | 0 | 0.96 | 0 | 83.85 | 1 | 0.52 |
| Hex | 9E | FF | B | 26 | 0 | 60 | 0 | 54 | 64 | 34 |
| Octal | 236 | 377 | 13 | 46 | 0 | 140 | 0 | 124 | 144 | 64 |
| Binary | 10011110 | 11111111 | 1011 | 100110 | 0 | 1100000 | 0 | 1010100 | 1100100 | 110100 |
Color Harmonies of #9EFF0B
Complementary color
Monochromatic Colors of #9EFF0B
Black with #9EFF0B
Text Example
Text Example
White with #9EFF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFF0B; }
p { color: rgb(158,255,11); }
H1.HeaderClassName
{
color: #9EFF0B;
}
.AnyTagClassName
{
color: #9EFF0B;
}
</style>
background-color css
<style>
a { background-color: #9EFF0B; }
a { background-color: rgb(158,255,11); }
div.DivClassName
{
background-color: #9EFF0B;
}
.BgClassName
{
background-color: #9EFF0B;
}
</style>
border-color css
<style>
span { border-color: #9EFF0B; }
span { border-color: rgb(158,255,11); }
td.TdClassName
{
border-color: #9EFF0B;
}
.TagClassName
{
border-color: #9EFF0B;
}
</style>