Shades of Spring Bud #9CF116
Tints of Spring Bud #9CF116
RGB
CMYK
RGB Variations
Color information
#9CF116 (or 0x9CF116) is known color: Spring Bud. HEX triplet: 9C, F1 and 16. RGB value is (156,241,22). Sum of RGB (Red+Green+Blue) = 156+241+22=419 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.23% from 419); Green value is 241 (94.53% from 255 or 57.52% from 419); Blue value is 22 (8.98% from 255 or 5.25% from 419); Max value from RGB is 241 - color contains mainly: green. Hex color #9CF116 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CF116 is #630EE9. Grayscale: #BFBFBF. Windows color (decimal): -6491882 or 1503644. OLE color: 1503644.
HSL color Cylindrical-coordinate representation of color #9CF116: hue angle of 83.29º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9CF116 is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 241 | 22 | - |
| CMYK | 0.35 | 0 | 0.91 | 0.05 |
| HSL | 83.29º | 0.89% | 0.52% | - |
| HSV(B) | 83.29º | 0.91% | 0.95% | - |
| XYZ | 45.31 | 70.04 | 11.89 | - |
| YUV | 190.62 | 32.84 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 241 | 22 | 0.35 | 0 | 0.91 | 0.05 | 83.29 | 0.89 | 0.52 |
| Hex | 9C | F1 | 16 | 23 | 0 | 5B | 5 | 53 | 59 | 34 |
| Octal | 234 | 361 | 26 | 43 | 0 | 133 | 5 | 123 | 131 | 64 |
| Binary | 10011100 | 11110001 | 10110 | 100011 | 0 | 1011011 | 101 | 1010011 | 1011001 | 110100 |
Color Harmonies of #9CF116
Complementary color
Monochromatic Colors of #9CF116
Black with #9CF116
Text Example
Text Example
White with #9CF116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF116; }
p { color: rgb(156,241,22); }
H1.HeaderClassName
{
color: #9CF116;
}
.AnyTagClassName
{
color: #9CF116;
}
</style>
background-color css
<style>
a { background-color: #9CF116; }
a { background-color: rgb(156,241,22); }
div.DivClassName
{
background-color: #9CF116;
}
.BgClassName
{
background-color: #9CF116;
}
</style>
border-color css
<style>
span { border-color: #9CF116; }
span { border-color: rgb(156,241,22); }
td.TdClassName
{
border-color: #9CF116;
}
.TagClassName
{
border-color: #9CF116;
}
</style>