Shades of Spring Bud #9BF418
Tints of Spring Bud #9BF418
RGB
CMYK
RGB Variations
Color information
#9BF418 (or 0x9BF418) is known color: Spring Bud. HEX triplet: 9B, F4 and 18. RGB value is (155,244,24). Sum of RGB (Red+Green+Blue) = 155+244+24=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 244 (95.70% from 255 or 57.68% from 423); Blue value is 24 (9.77% from 255 or 5.67% from 423); Max value from RGB is 244 - color contains mainly: green. Hex color #9BF418 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BF418 is #640BE7. Grayscale: #C1C1C1. Windows color (decimal): -6556648 or 1635483. OLE color: 1635483.
HSL color Cylindrical-coordinate representation of color #9BF418: hue angle of 84.27º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9BF418 is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 244 | 24 | - |
| CMYK | 0.36 | 0 | 0.90 | 0.04 |
| HSL | 84.27º | 0.91% | 0.53% | - |
| HSV(B) | 84.27º | 0.9% | 0.96% | - |
| XYZ | 46.03 | 71.74 | 12.28 | - |
| YUV | 192.31 | 33.01 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 244 | 24 | 0.36 | 0 | 0.90 | 0.04 | 84.27 | 0.91 | 0.53 |
| Hex | 9B | F4 | 18 | 24 | 0 | 5A | 4 | 54 | 5B | 35 |
| Octal | 233 | 364 | 30 | 44 | 0 | 132 | 4 | 124 | 133 | 65 |
| Binary | 10011011 | 11110100 | 11000 | 100100 | 0 | 1011010 | 100 | 1010100 | 1011011 | 110101 |
Color Harmonies of #9BF418
Complementary color
Monochromatic Colors of #9BF418
Black with #9BF418
Text Example
Text Example
White with #9BF418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF418; }
p { color: rgb(155,244,24); }
H1.HeaderClassName
{
color: #9BF418;
}
.AnyTagClassName
{
color: #9BF418;
}
</style>
background-color css
<style>
a { background-color: #9BF418; }
a { background-color: rgb(155,244,24); }
div.DivClassName
{
background-color: #9BF418;
}
.BgClassName
{
background-color: #9BF418;
}
</style>
border-color css
<style>
span { border-color: #9BF418; }
span { border-color: rgb(155,244,24); }
td.TdClassName
{
border-color: #9BF418;
}
.TagClassName
{
border-color: #9BF418;
}
</style>