Shades of Spring Bud #9BF114
Tints of Spring Bud #9BF114
RGB
CMYK
RGB Variations
Color information
#9BF114 (or 0x9BF114) is known color: Spring Bud. HEX triplet: 9B, F1 and 14. RGB value is (155,241,20). Sum of RGB (Red+Green+Blue) = 155+241+20=416 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.26% from 416); Green value is 241 (94.53% from 255 or 57.93% from 416); Blue value is 20 (8.20% from 255 or 4.81% from 416); Max value from RGB is 241 - color contains mainly: green. Hex color #9BF114 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BF114 is #640EEB. Grayscale: #BEBEBE. Windows color (decimal): -6557420 or 1372571. OLE color: 1372571.
HSL color Cylindrical-coordinate representation of color #9BF114: hue angle of 83.35º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9BF114 is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 241 | 20 | - |
| CMYK | 0.36 | 0 | 0.92 | 0.05 |
| HSL | 83.35º | 0.89% | 0.51% | - |
| HSV(B) | 83.35º | 0.92% | 0.95% | - |
| XYZ | 45.1 | 69.93 | 11.78 | - |
| YUV | 190.09 | 32.01 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 241 | 20 | 0.36 | 0 | 0.92 | 0.05 | 83.35 | 0.89 | 0.51 |
| Hex | 9B | F1 | 14 | 24 | 0 | 5C | 5 | 53 | 59 | 33 |
| Octal | 233 | 361 | 24 | 44 | 0 | 134 | 5 | 123 | 131 | 63 |
| Binary | 10011011 | 11110001 | 10100 | 100100 | 0 | 1011100 | 101 | 1010011 | 1011001 | 110011 |
Color Harmonies of #9BF114
Complementary color
Monochromatic Colors of #9BF114
Black with #9BF114
Text Example
Text Example
White with #9BF114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF114; }
p { color: rgb(155,241,20); }
H1.HeaderClassName
{
color: #9BF114;
}
.AnyTagClassName
{
color: #9BF114;
}
</style>
background-color css
<style>
a { background-color: #9BF114; }
a { background-color: rgb(155,241,20); }
div.DivClassName
{
background-color: #9BF114;
}
.BgClassName
{
background-color: #9BF114;
}
</style>
border-color css
<style>
span { border-color: #9BF114; }
span { border-color: rgb(155,241,20); }
td.TdClassName
{
border-color: #9BF114;
}
.TagClassName
{
border-color: #9BF114;
}
</style>