Shades of Spring Bud #9CEC01
Tints of Spring Bud #9CEC01
RGB
CMYK
RGB Variations
Color information
#9CEC01 (or 0x9CEC01) is known color: Spring Bud. HEX triplet: 9C, EC and 01. RGB value is (156,236,1). Sum of RGB (Red+Green+Blue) = 156+236+1=393 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.69% from 393); Green value is 236 (92.58% from 255 or 60.05% from 393); Blue value is 1 (0.78% from 255 or 0.25% from 393); Max value from RGB is 236 - color contains mainly: green. Hex color #9CEC01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CEC01 is #6313FE. Grayscale: #BABABA. Windows color (decimal): -6493183 or 126108. OLE color: 126108.
HSL color Cylindrical-coordinate representation of color #9CEC01: hue angle of 80.43º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9CEC01 is Cyan = 0.34, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 236 | 1 | - |
| CMYK | 0.34 | 0 | 1.00 | 0.07 |
| HSL | 80.43º | 0.99% | 0.46% | - |
| HSV(B) | 80.43º | 1% | 0.93% | - |
| XYZ | 43.71 | 67.06 | 10.67 | - |
| YUV | 185.29 | 24 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 236 | 1 | 0.34 | 0 | 1.00 | 0.07 | 80.43 | 0.99 | 0.46 |
| Hex | 9C | EC | 1 | 22 | 0 | 64 | 7 | 50 | 63 | 2E |
| Octal | 234 | 354 | 1 | 42 | 0 | 144 | 7 | 120 | 143 | 56 |
| Binary | 10011100 | 11101100 | 1 | 100010 | 0 | 1100100 | 111 | 1010000 | 1100011 | 101110 |
Color Harmonies of #9CEC01
Complementary color
Monochromatic Colors of #9CEC01
Black with #9CEC01
Text Example
Text Example
White with #9CEC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEC01; }
p { color: rgb(156,236,1); }
H1.HeaderClassName
{
color: #9CEC01;
}
.AnyTagClassName
{
color: #9CEC01;
}
</style>
background-color css
<style>
a { background-color: #9CEC01; }
a { background-color: rgb(156,236,1); }
div.DivClassName
{
background-color: #9CEC01;
}
.BgClassName
{
background-color: #9CEC01;
}
</style>
border-color css
<style>
span { border-color: #9CEC01; }
span { border-color: rgb(156,236,1); }
td.TdClassName
{
border-color: #9CEC01;
}
.TagClassName
{
border-color: #9CEC01;
}
</style>