Shades of Spring Bud #9CF011
Tints of Spring Bud #9CF011
RGB
CMYK
RGB Variations
Color information
#9CF011 (or 0x9CF011) is known color: Spring Bud. HEX triplet: 9C, F0 and 11. RGB value is (156,240,17). Sum of RGB (Red+Green+Blue) = 156+240+17=413 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.77% from 413); Green value is 240 (94.14% from 255 or 58.11% from 413); Blue value is 17 (7.03% from 255 or 4.12% from 413); Max value from RGB is 240 - color contains mainly: green. Hex color #9CF011 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CF011 is #630FEE. Grayscale: #BEBEBE. Windows color (decimal): -6492143 or 1175708. OLE color: 1175708.
HSL color Cylindrical-coordinate representation of color #9CF011: hue angle of 82.6º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9CF011 is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 240 | 17 | - |
| CMYK | 0.35 | 0 | 0.93 | 0.06 |
| HSL | 82.6º | 0.88% | 0.5% | - |
| HSV(B) | 82.6º | 0.93% | 0.94% | - |
| XYZ | 44.97 | 69.43 | 11.56 | - |
| YUV | 189.46 | 30.67 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 240 | 17 | 0.35 | 0 | 0.93 | 0.06 | 82.6 | 0.88 | 0.5 |
| Hex | 9C | F0 | 11 | 23 | 0 | 5D | 6 | 53 | 58 | 32 |
| Octal | 234 | 360 | 21 | 43 | 0 | 135 | 6 | 123 | 130 | 62 |
| Binary | 10011100 | 11110000 | 10001 | 100011 | 0 | 1011101 | 110 | 1010011 | 1011000 | 110010 |
Color Harmonies of #9CF011
Complementary color
Monochromatic Colors of #9CF011
Black with #9CF011
Text Example
Text Example
White with #9CF011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF011; }
p { color: rgb(156,240,17); }
H1.HeaderClassName
{
color: #9CF011;
}
.AnyTagClassName
{
color: #9CF011;
}
</style>
background-color css
<style>
a { background-color: #9CF011; }
a { background-color: rgb(156,240,17); }
div.DivClassName
{
background-color: #9CF011;
}
.BgClassName
{
background-color: #9CF011;
}
</style>
border-color css
<style>
span { border-color: #9CF011; }
span { border-color: rgb(156,240,17); }
td.TdClassName
{
border-color: #9CF011;
}
.TagClassName
{
border-color: #9CF011;
}
</style>