Shades of Spring Bud #9CFF15
Tints of Spring Bud #9CFF15
RGB
CMYK
RGB Variations
Color information
#9CFF15 (or 0x9CFF15) is known color: Spring Bud. HEX triplet: 9C, FF and 15. RGB value is (156,255,21). Sum of RGB (Red+Green+Blue) = 156+255+21=432 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.11% from 432); Green value is 255 (100% from 255 or 59.03% from 432); Blue value is 21 (8.59% from 255 or 4.86% from 432); Max value from RGB is 255 - color contains mainly: green. Hex color #9CFF15 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CFF15 is #6300EA. Grayscale: #C7C7C7. Windows color (decimal): -6488299 or 1441692. OLE color: 1441692.
HSL color Cylindrical-coordinate representation of color #9CFF15: hue angle of 85.38º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9CFF15 is Cyan = 0.39, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 255 | 21 | - |
| CMYK | 0.39 | 0 | 0.92 | 0 |
| HSL | 85.38º | 1% | 0.54% | - |
| HSV(B) | 85.38º | 0.92% | 1% | - |
| XYZ | 49.61 | 78.64 | 13.27 | - |
| YUV | 198.72 | 27.7 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 255 | 21 | 0.39 | 0 | 0.92 | 0 | 85.38 | 1 | 0.54 |
| Hex | 9C | FF | 15 | 27 | 0 | 5C | 0 | 55 | 64 | 36 |
| Octal | 234 | 377 | 25 | 47 | 0 | 134 | 0 | 125 | 144 | 66 |
| Binary | 10011100 | 11111111 | 10101 | 100111 | 0 | 1011100 | 0 | 1010101 | 1100100 | 110110 |
Color Harmonies of #9CFF15
Complementary color
Monochromatic Colors of #9CFF15
Black with #9CFF15
Text Example
Text Example
White with #9CFF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFF15; }
p { color: rgb(156,255,21); }
H1.HeaderClassName
{
color: #9CFF15;
}
.AnyTagClassName
{
color: #9CFF15;
}
</style>
background-color css
<style>
a { background-color: #9CFF15; }
a { background-color: rgb(156,255,21); }
div.DivClassName
{
background-color: #9CFF15;
}
.BgClassName
{
background-color: #9CFF15;
}
</style>
border-color css
<style>
span { border-color: #9CFF15; }
span { border-color: rgb(156,255,21); }
td.TdClassName
{
border-color: #9CFF15;
}
.TagClassName
{
border-color: #9CFF15;
}
</style>