Shades of Spring Bud #9CFF12
Tints of Spring Bud #9CFF12
RGB
CMYK
RGB Variations
Color information
#9CFF12 (or 0x9CFF12) is known color: Spring Bud. HEX triplet: 9C, FF and 12. RGB value is (156,255,18). Sum of RGB (Red+Green+Blue) = 156+255+18=429 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.36% from 429); Green value is 255 (100% from 255 or 59.44% from 429); Blue value is 18 (7.42% from 255 or 4.20% from 429); Max value from RGB is 255 - color contains mainly: green. Hex color #9CFF12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CFF12 is #6300ED. Grayscale: #C7C7C7. Windows color (decimal): -6488302 or 1245084. OLE color: 1245084.
HSL color Cylindrical-coordinate representation of color #9CFF12: hue angle of 85.06º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9CFF12 is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 255 | 18 | - |
| CMYK | 0.39 | 0 | 0.93 | 0 |
| HSL | 85.06º | 1% | 0.54% | - |
| HSV(B) | 85.06º | 0.93% | 1% | - |
| XYZ | 49.58 | 78.63 | 13.14 | - |
| YUV | 198.38 | 26.2 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 255 | 18 | 0.39 | 0 | 0.93 | 0 | 85.06 | 1 | 0.54 |
| Hex | 9C | FF | 12 | 27 | 0 | 5D | 0 | 55 | 64 | 36 |
| Octal | 234 | 377 | 22 | 47 | 0 | 135 | 0 | 125 | 144 | 66 |
| Binary | 10011100 | 11111111 | 10010 | 100111 | 0 | 1011101 | 0 | 1010101 | 1100100 | 110110 |
Color Harmonies of #9CFF12
Complementary color
Monochromatic Colors of #9CFF12
Black with #9CFF12
Text Example
Text Example
White with #9CFF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFF12; }
p { color: rgb(156,255,18); }
H1.HeaderClassName
{
color: #9CFF12;
}
.AnyTagClassName
{
color: #9CFF12;
}
</style>
background-color css
<style>
a { background-color: #9CFF12; }
a { background-color: rgb(156,255,18); }
div.DivClassName
{
background-color: #9CFF12;
}
.BgClassName
{
background-color: #9CFF12;
}
</style>
border-color css
<style>
span { border-color: #9CFF12; }
span { border-color: rgb(156,255,18); }
td.TdClassName
{
border-color: #9CFF12;
}
.TagClassName
{
border-color: #9CFF12;
}
</style>