Shades of Spring Bud #9CFC0E
Tints of Spring Bud #9CFC0E
RGB
CMYK
RGB Variations
Color information
#9CFC0E (or 0x9CFC0E) is known color: Spring Bud. HEX triplet: 9C, FC and 0E. RGB value is (156,252,14). Sum of RGB (Red+Green+Blue) = 156+252+14=422 (55% of max value = 765). Red value is 156 (61.33% from 255 or 36.97% from 422); Green value is 252 (98.83% from 255 or 59.72% from 422); Blue value is 14 (5.86% from 255 or 3.32% from 422); Max value from RGB is 252 - color contains mainly: green. Hex color #9CFC0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CFC0E is #6303F1. Grayscale: #C5C5C5. Windows color (decimal): -6489074 or 982172. OLE color: 982172.
HSL color Cylindrical-coordinate representation of color #9CFC0E: hue angle of 84.2º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9CFC0E is Cyan = 0.38, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 252 | 14 | - |
| CMYK | 0.38 | 0 | 0.94 | 0.01 |
| HSL | 84.2º | 0.98% | 0.52% | - |
| HSV(B) | 84.2º | 0.94% | 0.99% | - |
| XYZ | 48.6 | 76.72 | 12.66 | - |
| YUV | 196.16 | 25.2 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 252 | 14 | 0.38 | 0 | 0.94 | 0.01 | 84.2 | 0.98 | 0.52 |
| Hex | 9C | FC | E | 26 | 0 | 5E | 1 | 54 | 62 | 34 |
| Octal | 234 | 374 | 16 | 46 | 0 | 136 | 1 | 124 | 142 | 64 |
| Binary | 10011100 | 11111100 | 1110 | 100110 | 0 | 1011110 | 1 | 1010100 | 1100010 | 110100 |
Color Harmonies of #9CFC0E
Complementary color
Monochromatic Colors of #9CFC0E
Black with #9CFC0E
Text Example
Text Example
White with #9CFC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFC0E; }
p { color: rgb(156,252,14); }
H1.HeaderClassName
{
color: #9CFC0E;
}
.AnyTagClassName
{
color: #9CFC0E;
}
</style>
background-color css
<style>
a { background-color: #9CFC0E; }
a { background-color: rgb(156,252,14); }
div.DivClassName
{
background-color: #9CFC0E;
}
.BgClassName
{
background-color: #9CFC0E;
}
</style>
border-color css
<style>
span { border-color: #9CFC0E; }
span { border-color: rgb(156,252,14); }
td.TdClassName
{
border-color: #9CFC0E;
}
.TagClassName
{
border-color: #9CFC0E;
}
</style>