Shades of Spring Bud #9CF60F
Tints of Spring Bud #9CF60F
RGB
CMYK
RGB Variations
Color information
#9CF60F (or 0x9CF60F) is known color: Spring Bud. HEX triplet: 9C, F6 and 0F. RGB value is (156,246,15). Sum of RGB (Red+Green+Blue) = 156+246+15=417 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.41% from 417); Green value is 246 (96.48% from 255 or 58.99% from 417); Blue value is 15 (6.25% from 255 or 3.60% from 417); Max value from RGB is 246 - color contains mainly: green. Hex color #9CF60F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CF60F is #6309F0. Grayscale: #C1C1C1. Windows color (decimal): -6490609 or 1046172. OLE color: 1046172.
HSL color Cylindrical-coordinate representation of color #9CF60F: hue angle of 83.38º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9CF60F is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 156 | 246 | 15 | - |
| CMYK | 0.37 | 0 | 0.94 | 0.04 |
| HSL | 83.38º | 0.93% | 0.51% | - |
| HSV(B) | 83.38º | 0.94% | 0.96% | - |
| XYZ | 46.75 | 73.01 | 12.08 | - |
| YUV | 192.76 | 27.68 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 246 | 15 | 0.37 | 0 | 0.94 | 0.04 | 83.38 | 0.93 | 0.51 |
| Hex | 9C | F6 | F | 25 | 0 | 5E | 4 | 53 | 5D | 33 |
| Octal | 234 | 366 | 17 | 45 | 0 | 136 | 4 | 123 | 135 | 63 |
| Binary | 10011100 | 11110110 | 1111 | 100101 | 0 | 1011110 | 100 | 1010011 | 1011101 | 110011 |
Color Harmonies of #9CF60F
Complementary color
Monochromatic Colors of #9CF60F
Black with #9CF60F
Text Example
Text Example
White with #9CF60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF60F; }
p { color: rgb(156,246,15); }
H1.HeaderClassName
{
color: #9CF60F;
}
.AnyTagClassName
{
color: #9CF60F;
}
</style>
background-color css
<style>
a { background-color: #9CF60F; }
a { background-color: rgb(156,246,15); }
div.DivClassName
{
background-color: #9CF60F;
}
.BgClassName
{
background-color: #9CF60F;
}
</style>
border-color css
<style>
span { border-color: #9CF60F; }
span { border-color: rgb(156,246,15); }
td.TdClassName
{
border-color: #9CF60F;
}
.TagClassName
{
border-color: #9CF60F;
}
</style>