Shades of Spring Bud #9BF013
Tints of Spring Bud #9BF013
RGB
CMYK
RGB Variations
Color information
#9BF013 (or 0x9BF013) is known color: Spring Bud. HEX triplet: 9B, F0 and 13. RGB value is (155,240,19). Sum of RGB (Red+Green+Blue) = 155+240+19=414 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.44% from 414); Green value is 240 (94.14% from 255 or 57.97% from 414); Blue value is 19 (7.81% from 255 or 4.59% from 414); Max value from RGB is 240 - color contains mainly: green. Hex color #9BF013 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BF013 is #640FEC. Grayscale: #BEBEBE. Windows color (decimal): -6557677 or 1306779. OLE color: 1306779.
HSL color Cylindrical-coordinate representation of color #9BF013: hue angle of 83.08º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9BF013 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 240 | 19 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.06 |
| HSL | 83.08º | 0.88% | 0.51% | - |
| HSV(B) | 83.08º | 0.92% | 0.94% | - |
| XYZ | 44.8 | 69.34 | 11.64 | - |
| YUV | 189.39 | 31.84 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 240 | 19 | 0.35 | 0 | 0.92 | 0.06 | 83.08 | 0.88 | 0.51 |
| Hex | 9B | F0 | 13 | 23 | 0 | 5C | 6 | 53 | 58 | 33 |
| Octal | 233 | 360 | 23 | 43 | 0 | 134 | 6 | 123 | 130 | 63 |
| Binary | 10011011 | 11110000 | 10011 | 100011 | 0 | 1011100 | 110 | 1010011 | 1011000 | 110011 |
Color Harmonies of #9BF013
Complementary color
Monochromatic Colors of #9BF013
Black with #9BF013
Text Example
Text Example
White with #9BF013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF013; }
p { color: rgb(155,240,19); }
H1.HeaderClassName
{
color: #9BF013;
}
.AnyTagClassName
{
color: #9BF013;
}
</style>
background-color css
<style>
a { background-color: #9BF013; }
a { background-color: rgb(155,240,19); }
div.DivClassName
{
background-color: #9BF013;
}
.BgClassName
{
background-color: #9BF013;
}
</style>
border-color css
<style>
span { border-color: #9BF013; }
span { border-color: rgb(155,240,19); }
td.TdClassName
{
border-color: #9BF013;
}
.TagClassName
{
border-color: #9BF013;
}
</style>