Shades of Spring Bud #9CEF10
Tints of Spring Bud #9CEF10
RGB
CMYK
RGB Variations
Color information
#9CEF10 (or 0x9CEF10) is known color: Spring Bud. HEX triplet: 9C, EF and 10. RGB value is (156,239,16). Sum of RGB (Red+Green+Blue) = 156+239+16=411 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.96% from 411); Green value is 239 (93.75% from 255 or 58.15% from 411); Blue value is 16 (6.64% from 255 or 3.89% from 411); Max value from RGB is 239 - color contains mainly: green. Hex color #9CEF10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CEF10 is #6310EF. Grayscale: #BDBDBD. Windows color (decimal): -6492400 or 1109916. OLE color: 1109916.
HSL color Cylindrical-coordinate representation of color #9CEF10: hue angle of 82.33º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9CEF10 is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 239 | 16 | - |
| CMYK | 0.35 | 0 | 0.93 | 0.06 |
| HSL | 82.33º | 0.87% | 0.5% | - |
| HSV(B) | 82.33º | 0.93% | 0.94% | - |
| XYZ | 44.67 | 68.84 | 11.42 | - |
| YUV | 188.76 | 30.5 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 239 | 16 | 0.35 | 0 | 0.93 | 0.06 | 82.33 | 0.87 | 0.5 |
| Hex | 9C | EF | 10 | 23 | 0 | 5D | 6 | 52 | 57 | 32 |
| Octal | 234 | 357 | 20 | 43 | 0 | 135 | 6 | 122 | 127 | 62 |
| Binary | 10011100 | 11101111 | 10000 | 100011 | 0 | 1011101 | 110 | 1010010 | 1010111 | 110010 |
Color Harmonies of #9CEF10
Complementary color
Monochromatic Colors of #9CEF10
Black with #9CEF10
Text Example
Text Example
White with #9CEF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEF10; }
p { color: rgb(156,239,16); }
H1.HeaderClassName
{
color: #9CEF10;
}
.AnyTagClassName
{
color: #9CEF10;
}
</style>
background-color css
<style>
a { background-color: #9CEF10; }
a { background-color: rgb(156,239,16); }
div.DivClassName
{
background-color: #9CEF10;
}
.BgClassName
{
background-color: #9CEF10;
}
</style>
border-color css
<style>
span { border-color: #9CEF10; }
span { border-color: rgb(156,239,16); }
td.TdClassName
{
border-color: #9CEF10;
}
.TagClassName
{
border-color: #9CEF10;
}
</style>