Shades of Spring Bud #9CF610
Tints of Spring Bud #9CF610
RGB
CMYK
RGB Variations
Color information
#9CF610 (or 0x9CF610) is known color: Spring Bud. HEX triplet: 9C, F6 and 10. RGB value is (156,246,16). Sum of RGB (Red+Green+Blue) = 156+246+16=418 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.32% from 418); Green value is 246 (96.48% from 255 or 58.85% from 418); Blue value is 16 (6.64% from 255 or 3.83% from 418); Max value from RGB is 246 - color contains mainly: green. Hex color #9CF610 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CF610 is #6309EF. Grayscale: #C1C1C1. Windows color (decimal): -6490608 or 1111708. OLE color: 1111708.
HSL color Cylindrical-coordinate representation of color #9CF610: hue angle of 83.48º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9CF610 is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 156 | 246 | 16 | - |
| CMYK | 0.37 | 0 | 0.93 | 0.04 |
| HSL | 83.48º | 0.93% | 0.51% | - |
| HSV(B) | 83.48º | 0.93% | 0.96% | - |
| XYZ | 46.76 | 73.02 | 12.12 | - |
| YUV | 192.87 | 28.18 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 246 | 16 | 0.37 | 0 | 0.93 | 0.04 | 83.48 | 0.93 | 0.51 |
| Hex | 9C | F6 | 10 | 25 | 0 | 5D | 4 | 53 | 5D | 33 |
| Octal | 234 | 366 | 20 | 45 | 0 | 135 | 4 | 123 | 135 | 63 |
| Binary | 10011100 | 11110110 | 10000 | 100101 | 0 | 1011101 | 100 | 1010011 | 1011101 | 110011 |
Color Harmonies of #9CF610
Complementary color
Monochromatic Colors of #9CF610
Black with #9CF610
Text Example
Text Example
White with #9CF610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF610; }
p { color: rgb(156,246,16); }
H1.HeaderClassName
{
color: #9CF610;
}
.AnyTagClassName
{
color: #9CF610;
}
</style>
background-color css
<style>
a { background-color: #9CF610; }
a { background-color: rgb(156,246,16); }
div.DivClassName
{
background-color: #9CF610;
}
.BgClassName
{
background-color: #9CF610;
}
</style>
border-color css
<style>
span { border-color: #9CF610; }
span { border-color: rgb(156,246,16); }
td.TdClassName
{
border-color: #9CF610;
}
.TagClassName
{
border-color: #9CF610;
}
</style>