Shades of Spring Bud #9CFB10
Tints of Spring Bud #9CFB10
RGB
CMYK
RGB Variations
Color information
#9CFB10 (or 0x9CFB10) is known color: Spring Bud. HEX triplet: 9C, FB and 10. RGB value is (156,251,16). Sum of RGB (Red+Green+Blue) = 156+251+16=423 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.88% from 423); Green value is 251 (98.44% from 255 or 59.34% from 423); Blue value is 16 (6.64% from 255 or 3.78% from 423); Max value from RGB is 251 - color contains mainly: green. Hex color #9CFB10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CFB10 is #6304EF. Grayscale: #C4C4C4. Windows color (decimal): -6489328 or 1112988. OLE color: 1112988.
HSL color Cylindrical-coordinate representation of color #9CFB10: hue angle of 84.26º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9CFB10 is Cyan = 0.38, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 251 | 16 | - |
| CMYK | 0.38 | 0 | 0.94 | 0.02 |
| HSL | 84.26º | 0.97% | 0.52% | - |
| HSV(B) | 84.26º | 0.94% | 0.98% | - |
| XYZ | 48.3 | 76.1 | 12.63 | - |
| YUV | 195.81 | 26.53 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 251 | 16 | 0.38 | 0 | 0.94 | 0.02 | 84.26 | 0.97 | 0.52 |
| Hex | 9C | FB | 10 | 26 | 0 | 5E | 2 | 54 | 61 | 34 |
| Octal | 234 | 373 | 20 | 46 | 0 | 136 | 2 | 124 | 141 | 64 |
| Binary | 10011100 | 11111011 | 10000 | 100110 | 0 | 1011110 | 10 | 1010100 | 1100001 | 110100 |
Color Harmonies of #9CFB10
Complementary color
Monochromatic Colors of #9CFB10
Black with #9CFB10
Text Example
Text Example
White with #9CFB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFB10; }
p { color: rgb(156,251,16); }
H1.HeaderClassName
{
color: #9CFB10;
}
.AnyTagClassName
{
color: #9CFB10;
}
</style>
background-color css
<style>
a { background-color: #9CFB10; }
a { background-color: rgb(156,251,16); }
div.DivClassName
{
background-color: #9CFB10;
}
.BgClassName
{
background-color: #9CFB10;
}
</style>
border-color css
<style>
span { border-color: #9CFB10; }
span { border-color: rgb(156,251,16); }
td.TdClassName
{
border-color: #9CFB10;
}
.TagClassName
{
border-color: #9CFB10;
}
</style>