Shades of Spring Bud #9BF618
Tints of Spring Bud #9BF618
RGB
CMYK
RGB Variations
Color information
#9BF618 (or 0x9BF618) is known color: Spring Bud. HEX triplet: 9B, F6 and 18. RGB value is (155,246,24). Sum of RGB (Red+Green+Blue) = 155+246+24=425 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.47% from 425); Green value is 246 (96.48% from 255 or 57.88% from 425); Blue value is 24 (9.77% from 255 or 5.65% from 425); Max value from RGB is 246 - color contains mainly: green. Hex color #9BF618 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BF618 is #6409E7. Grayscale: #C2C2C2. Windows color (decimal): -6556136 or 1635995. OLE color: 1635995.
HSL color Cylindrical-coordinate representation of color #9BF618: hue angle of 84.59º degrees, saturation: 0.93, 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 #9BF618 is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 246 | 24 | - |
| CMYK | 0.37 | 0 | 0.90 | 0.04 |
| HSL | 84.59º | 0.93% | 0.53% | - |
| HSV(B) | 84.59º | 0.9% | 0.96% | - |
| XYZ | 46.64 | 72.95 | 12.49 | - |
| YUV | 193.48 | 32.35 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 246 | 24 | 0.37 | 0 | 0.90 | 0.04 | 84.59 | 0.93 | 0.53 |
| Hex | 9B | F6 | 18 | 25 | 0 | 5A | 4 | 55 | 5C | 35 |
| Octal | 233 | 366 | 30 | 45 | 0 | 132 | 4 | 125 | 134 | 65 |
| Binary | 10011011 | 11110110 | 11000 | 100101 | 0 | 1011010 | 100 | 1010101 | 1011100 | 110101 |
Color Harmonies of #9BF618
Complementary color
Monochromatic Colors of #9BF618
Black with #9BF618
Text Example
Text Example
White with #9BF618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF618; }
p { color: rgb(155,246,24); }
H1.HeaderClassName
{
color: #9BF618;
}
.AnyTagClassName
{
color: #9BF618;
}
</style>
background-color css
<style>
a { background-color: #9BF618; }
a { background-color: rgb(155,246,24); }
div.DivClassName
{
background-color: #9BF618;
}
.BgClassName
{
background-color: #9BF618;
}
</style>
border-color css
<style>
span { border-color: #9BF618; }
span { border-color: rgb(155,246,24); }
td.TdClassName
{
border-color: #9BF618;
}
.TagClassName
{
border-color: #9BF618;
}
</style>