Shades of Spring Bud #9CF00F
Tints of Spring Bud #9CF00F
RGB
CMYK
RGB Variations
Color information
#9CF00F (or 0x9CF00F) is known color: Spring Bud. HEX triplet: 9C, F0 and 0F. RGB value is (156,240,15). Sum of RGB (Red+Green+Blue) = 156+240+15=411 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.96% from 411); Green value is 240 (94.14% from 255 or 58.39% from 411); Blue value is 15 (6.25% from 255 or 3.65% from 411); Max value from RGB is 240 - color contains mainly: green. Hex color #9CF00F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CF00F is #630FF0. Grayscale: #BEBEBE. Windows color (decimal): -6492145 or 1044636. OLE color: 1044636.
HSL color Cylindrical-coordinate representation of color #9CF00F: hue angle of 82.4º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9CF00F is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 240 | 15 | - |
| CMYK | 0.35 | 0 | 0.94 | 0.06 |
| HSL | 82.4º | 0.88% | 0.5% | - |
| HSV(B) | 82.4º | 0.94% | 0.94% | - |
| XYZ | 44.96 | 69.42 | 11.48 | - |
| YUV | 189.23 | 29.67 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 240 | 15 | 0.35 | 0 | 0.94 | 0.06 | 82.4 | 0.88 | 0.5 |
| Hex | 9C | F0 | F | 23 | 0 | 5E | 6 | 52 | 58 | 32 |
| Octal | 234 | 360 | 17 | 43 | 0 | 136 | 6 | 122 | 130 | 62 |
| Binary | 10011100 | 11110000 | 1111 | 100011 | 0 | 1011110 | 110 | 1010010 | 1011000 | 110010 |
Color Harmonies of #9CF00F
Complementary color
Monochromatic Colors of #9CF00F
Black with #9CF00F
Text Example
Text Example
White with #9CF00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF00F; }
p { color: rgb(156,240,15); }
H1.HeaderClassName
{
color: #9CF00F;
}
.AnyTagClassName
{
color: #9CF00F;
}
</style>
background-color css
<style>
a { background-color: #9CF00F; }
a { background-color: rgb(156,240,15); }
div.DivClassName
{
background-color: #9CF00F;
}
.BgClassName
{
background-color: #9CF00F;
}
</style>
border-color css
<style>
span { border-color: #9CF00F; }
span { border-color: rgb(156,240,15); }
td.TdClassName
{
border-color: #9CF00F;
}
.TagClassName
{
border-color: #9CF00F;
}
</style>