Shades of Spring Bud #9BEC0F
Tints of Spring Bud #9BEC0F
RGB
CMYK
RGB Variations
Color information
#9BEC0F (or 0x9BEC0F) is known color: Spring Bud. HEX triplet: 9B, EC and 0F. RGB value is (155,236,15). Sum of RGB (Red+Green+Blue) = 155+236+15=406 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.18% from 406); Green value is 236 (92.58% from 255 or 58.13% from 406); Blue value is 15 (6.25% from 255 or 3.69% from 406); Max value from RGB is 236 - color contains mainly: green. Hex color #9BEC0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BEC0F is #6413F0. Grayscale: #BBBBBB. Windows color (decimal): -6558705 or 1043611. OLE color: 1043611.
HSL color Cylindrical-coordinate representation of color #9BEC0F: hue angle of 81.99º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9BEC0F is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 236 | 15 | - |
| CMYK | 0.34 | 0 | 0.94 | 0.07 |
| HSL | 81.99º | 0.88% | 0.49% | - |
| HSV(B) | 81.99º | 0.94% | 0.93% | - |
| XYZ | 43.6 | 66.99 | 11.09 | - |
| YUV | 186.59 | 31.16 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 236 | 15 | 0.34 | 0 | 0.94 | 0.07 | 81.99 | 0.88 | 0.49 |
| Hex | 9B | EC | F | 22 | 0 | 5E | 7 | 52 | 58 | 31 |
| Octal | 233 | 354 | 17 | 42 | 0 | 136 | 7 | 122 | 130 | 61 |
| Binary | 10011011 | 11101100 | 1111 | 100010 | 0 | 1011110 | 111 | 1010010 | 1011000 | 110001 |
Color Harmonies of #9BEC0F
Complementary color
Monochromatic Colors of #9BEC0F
Black with #9BEC0F
Text Example
Text Example
White with #9BEC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEC0F; }
p { color: rgb(155,236,15); }
H1.HeaderClassName
{
color: #9BEC0F;
}
.AnyTagClassName
{
color: #9BEC0F;
}
</style>
background-color css
<style>
a { background-color: #9BEC0F; }
a { background-color: rgb(155,236,15); }
div.DivClassName
{
background-color: #9BEC0F;
}
.BgClassName
{
background-color: #9BEC0F;
}
</style>
border-color css
<style>
span { border-color: #9BEC0F; }
span { border-color: rgb(155,236,15); }
td.TdClassName
{
border-color: #9BEC0F;
}
.TagClassName
{
border-color: #9BEC0F;
}
</style>