Shades of Spring Bud #9CEC0D
Tints of Spring Bud #9CEC0D
RGB
CMYK
RGB Variations
Color information
#9CEC0D (or 0x9CEC0D) is known color: Spring Bud. HEX triplet: 9C, EC and 0D. RGB value is (156,236,13). Sum of RGB (Red+Green+Blue) = 156+236+13=405 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.52% from 405); Green value is 236 (92.58% from 255 or 58.27% from 405); Blue value is 13 (5.47% from 255 or 3.21% from 405); Max value from RGB is 236 - color contains mainly: green. Hex color #9CEC0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CEC0D is #6313F2. Grayscale: #BBBBBB. Windows color (decimal): -6493171 or 912540. OLE color: 912540.
HSL color Cylindrical-coordinate representation of color #9CEC0D: hue angle of 81.52º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9CEC0D is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 236 | 13 | - |
| CMYK | 0.34 | 0 | 0.94 | 0.07 |
| HSL | 81.52º | 0.9% | 0.49% | - |
| HSV(B) | 81.52º | 0.94% | 0.93% | - |
| XYZ | 43.78 | 67.09 | 11.02 | - |
| YUV | 186.66 | 30 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 236 | 13 | 0.34 | 0 | 0.94 | 0.07 | 81.52 | 0.9 | 0.49 |
| Hex | 9C | EC | D | 22 | 0 | 5E | 7 | 52 | 5A | 31 |
| Octal | 234 | 354 | 15 | 42 | 0 | 136 | 7 | 122 | 132 | 61 |
| Binary | 10011100 | 11101100 | 1101 | 100010 | 0 | 1011110 | 111 | 1010010 | 1011010 | 110001 |
Color Harmonies of #9CEC0D
Complementary color
Monochromatic Colors of #9CEC0D
Black with #9CEC0D
Text Example
Text Example
White with #9CEC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEC0D; }
p { color: rgb(156,236,13); }
H1.HeaderClassName
{
color: #9CEC0D;
}
.AnyTagClassName
{
color: #9CEC0D;
}
</style>
background-color css
<style>
a { background-color: #9CEC0D; }
a { background-color: rgb(156,236,13); }
div.DivClassName
{
background-color: #9CEC0D;
}
.BgClassName
{
background-color: #9CEC0D;
}
</style>
border-color css
<style>
span { border-color: #9CEC0D; }
span { border-color: rgb(156,236,13); }
td.TdClassName
{
border-color: #9CEC0D;
}
.TagClassName
{
border-color: #9CEC0D;
}
</style>