Shades of Spring Bud #9CF60E
Tints of Spring Bud #9CF60E
RGB
CMYK
RGB Variations
Color information
#9CF60E (or 0x9CF60E) is known color: Spring Bud. HEX triplet: 9C, F6 and 0E. RGB value is (156,246,14). Sum of RGB (Red+Green+Blue) = 156+246+14=416 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.5% from 416); Green value is 246 (96.48% from 255 or 59.13% from 416); Blue value is 14 (5.86% from 255 or 3.37% from 416); Max value from RGB is 246 - color contains mainly: green. Hex color #9CF60E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CF60E is #6309F1. Grayscale: #C1C1C1. Windows color (decimal): -6490610 or 980636. OLE color: 980636.
HSL color Cylindrical-coordinate representation of color #9CF60E: hue angle of 83.28º 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 #9CF60E is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 156 | 246 | 14 | - |
| CMYK | 0.37 | 0 | 0.94 | 0.04 |
| HSL | 83.28º | 0.93% | 0.51% | - |
| HSV(B) | 83.28º | 0.94% | 0.96% | - |
| XYZ | 46.75 | 73.01 | 12.04 | - |
| YUV | 192.64 | 27.18 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 246 | 14 | 0.37 | 0 | 0.94 | 0.04 | 83.28 | 0.93 | 0.51 |
| Hex | 9C | F6 | E | 25 | 0 | 5E | 4 | 53 | 5D | 33 |
| Octal | 234 | 366 | 16 | 45 | 0 | 136 | 4 | 123 | 135 | 63 |
| Binary | 10011100 | 11110110 | 1110 | 100101 | 0 | 1011110 | 100 | 1010011 | 1011101 | 110011 |
Color Harmonies of #9CF60E
Complementary color
Monochromatic Colors of #9CF60E
Black with #9CF60E
Text Example
Text Example
White with #9CF60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF60E; }
p { color: rgb(156,246,14); }
H1.HeaderClassName
{
color: #9CF60E;
}
.AnyTagClassName
{
color: #9CF60E;
}
</style>
background-color css
<style>
a { background-color: #9CF60E; }
a { background-color: rgb(156,246,14); }
div.DivClassName
{
background-color: #9CF60E;
}
.BgClassName
{
background-color: #9CF60E;
}
</style>
border-color css
<style>
span { border-color: #9CF60E; }
span { border-color: rgb(156,246,14); }
td.TdClassName
{
border-color: #9CF60E;
}
.TagClassName
{
border-color: #9CF60E;
}
</style>