Shades of Spring Bud #9BFC14
Tints of Spring Bud #9BFC14
RGB
CMYK
RGB Variations
Color information
#9BFC14 (or 0x9BFC14) is known color: Spring Bud. HEX triplet: 9B, FC and 14. RGB value is (155,252,20). Sum of RGB (Red+Green+Blue) = 155+252+20=427 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.30% from 427); Green value is 252 (98.83% from 255 or 59.02% from 427); Blue value is 20 (8.20% from 255 or 4.68% from 427); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFC14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BFC14 is #6403EB. Grayscale: #C5C5C5. Windows color (decimal): -6554604 or 1375387. OLE color: 1375387.
HSL color Cylindrical-coordinate representation of color #9BFC14: hue angle of 85.09º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9BFC14 is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 252 | 20 | - |
| CMYK | 0.38 | 0 | 0.92 | 0.01 |
| HSL | 85.09º | 0.97% | 0.53% | - |
| HSV(B) | 85.09º | 0.92% | 0.99% | - |
| XYZ | 48.45 | 76.64 | 12.9 | - |
| YUV | 196.55 | 28.36 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 252 | 20 | 0.38 | 0 | 0.92 | 0.01 | 85.09 | 0.97 | 0.53 |
| Hex | 9B | FC | 14 | 26 | 0 | 5C | 1 | 55 | 61 | 35 |
| Octal | 233 | 374 | 24 | 46 | 0 | 134 | 1 | 125 | 141 | 65 |
| Binary | 10011011 | 11111100 | 10100 | 100110 | 0 | 1011100 | 1 | 1010101 | 1100001 | 110101 |
Color Harmonies of #9BFC14
Complementary color
Monochromatic Colors of #9BFC14
Black with #9BFC14
Text Example
Text Example
White with #9BFC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFC14; }
p { color: rgb(155,252,20); }
H1.HeaderClassName
{
color: #9BFC14;
}
.AnyTagClassName
{
color: #9BFC14;
}
</style>
background-color css
<style>
a { background-color: #9BFC14; }
a { background-color: rgb(155,252,20); }
div.DivClassName
{
background-color: #9BFC14;
}
.BgClassName
{
background-color: #9BFC14;
}
</style>
border-color css
<style>
span { border-color: #9BFC14; }
span { border-color: rgb(155,252,20); }
td.TdClassName
{
border-color: #9BFC14;
}
.TagClassName
{
border-color: #9BFC14;
}
</style>