Shades of Spring Bud #9BF006
Tints of Spring Bud #9BF006
RGB
CMYK
RGB Variations
Color information
#9BF006 (or 0x9BF006) is known color: Spring Bud. HEX triplet: 9B, F0 and 06. RGB value is (155,240,6). Sum of RGB (Red+Green+Blue) = 155+240+6=401 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.65% from 401); Green value is 240 (94.14% from 255 or 59.85% from 401); Blue value is 6 (2.73% from 255 or 1.50% from 401); Max value from RGB is 240 - color contains mainly: green. Hex color #9BF006 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BF006 is #640FF9. Grayscale: #BCBCBC. Windows color (decimal): -6557690 or 454811. OLE color: 454811.
HSL color Cylindrical-coordinate representation of color #9BF006: hue angle of 81.79º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9BF006 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 240 | 6 | - |
| CMYK | 0.35 | 0 | 0.98 | 0.06 |
| HSL | 81.79º | 0.95% | 0.48% | - |
| HSV(B) | 81.79º | 0.98% | 0.94% | - |
| XYZ | 44.71 | 69.3 | 11.19 | - |
| YUV | 187.91 | 25.34 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 240 | 6 | 0.35 | 0 | 0.98 | 0.06 | 81.79 | 0.95 | 0.48 |
| Hex | 9B | F0 | 6 | 23 | 0 | 62 | 6 | 52 | 5F | 30 |
| Octal | 233 | 360 | 6 | 43 | 0 | 142 | 6 | 122 | 137 | 60 |
| Binary | 10011011 | 11110000 | 110 | 100011 | 0 | 1100010 | 110 | 1010010 | 1011111 | 110000 |
Color Harmonies of #9BF006
Complementary color
Monochromatic Colors of #9BF006
Black with #9BF006
Text Example
Text Example
White with #9BF006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF006; }
p { color: rgb(155,240,6); }
H1.HeaderClassName
{
color: #9BF006;
}
.AnyTagClassName
{
color: #9BF006;
}
</style>
background-color css
<style>
a { background-color: #9BF006; }
a { background-color: rgb(155,240,6); }
div.DivClassName
{
background-color: #9BF006;
}
.BgClassName
{
background-color: #9BF006;
}
</style>
border-color css
<style>
span { border-color: #9BF006; }
span { border-color: rgb(155,240,6); }
td.TdClassName
{
border-color: #9BF006;
}
.TagClassName
{
border-color: #9BF006;
}
</style>