Shades of Spring Bud #9CEC06
Tints of Spring Bud #9CEC06
RGB
CMYK
RGB Variations
Color information
#9CEC06 (or 0x9CEC06) is known color: Spring Bud. HEX triplet: 9C, EC and 06. RGB value is (156,236,6). Sum of RGB (Red+Green+Blue) = 156+236+6=398 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.20% from 398); Green value is 236 (92.58% from 255 or 59.30% from 398); Blue value is 6 (2.73% from 255 or 1.51% from 398); Max value from RGB is 236 - color contains mainly: green. Hex color #9CEC06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CEC06 is #6313F9. Grayscale: #BABABA. Windows color (decimal): -6493178 or 453788. OLE color: 453788.
HSL color Cylindrical-coordinate representation of color #9CEC06: hue angle of 80.87º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9CEC06 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 236 | 6 | - |
| CMYK | 0.34 | 0 | 0.97 | 0.07 |
| HSL | 80.87º | 0.95% | 0.47% | - |
| HSV(B) | 80.87º | 0.97% | 0.93% | - |
| XYZ | 43.74 | 67.07 | 10.81 | - |
| YUV | 185.86 | 26.5 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 236 | 6 | 0.34 | 0 | 0.97 | 0.07 | 80.87 | 0.95 | 0.47 |
| Hex | 9C | EC | 6 | 22 | 0 | 61 | 7 | 51 | 5F | 2F |
| Octal | 234 | 354 | 6 | 42 | 0 | 141 | 7 | 121 | 137 | 57 |
| Binary | 10011100 | 11101100 | 110 | 100010 | 0 | 1100001 | 111 | 1010001 | 1011111 | 101111 |
Color Harmonies of #9CEC06
Complementary color
Monochromatic Colors of #9CEC06
Black with #9CEC06
Text Example
Text Example
White with #9CEC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEC06; }
p { color: rgb(156,236,6); }
H1.HeaderClassName
{
color: #9CEC06;
}
.AnyTagClassName
{
color: #9CEC06;
}
</style>
background-color css
<style>
a { background-color: #9CEC06; }
a { background-color: rgb(156,236,6); }
div.DivClassName
{
background-color: #9CEC06;
}
.BgClassName
{
background-color: #9CEC06;
}
</style>
border-color css
<style>
span { border-color: #9CEC06; }
span { border-color: rgb(156,236,6); }
td.TdClassName
{
border-color: #9CEC06;
}
.TagClassName
{
border-color: #9CEC06;
}
</style>