Shades of Spring Bud #9CFE12
Tints of Spring Bud #9CFE12
RGB
CMYK
RGB Variations
Color information
#9CFE12 (or 0x9CFE12) is known color: Spring Bud. HEX triplet: 9C, FE and 12. RGB value is (156,254,18). Sum of RGB (Red+Green+Blue) = 156+254+18=428 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.45% from 428); Green value is 254 (99.61% from 255 or 59.35% from 428); Blue value is 18 (7.42% from 255 or 4.21% from 428); Max value from RGB is 254 - color contains mainly: green. Hex color #9CFE12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CFE12 is #6301ED. Grayscale: #C6C6C6. Windows color (decimal): -6488558 or 1244828. OLE color: 1244828.
HSL color Cylindrical-coordinate representation of color #9CFE12: hue angle of 84.92º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9CFE12 is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 156 | 254 | 18 | - |
| CMYK | 0.39 | 0 | 0.93 | 0.00 |
| HSL | 84.92º | 0.99% | 0.53% | - |
| HSV(B) | 84.92º | 0.93% | 1% | - |
| XYZ | 49.26 | 78 | 13.03 | - |
| YUV | 197.79 | 26.53 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 254 | 18 | 0.39 | 0 | 0.93 | 0.00 | 84.92 | 0.99 | 0.53 |
| Hex | 9C | FE | 12 | 27 | 0 | 5D | 0 | 55 | 63 | 35 |
| Octal | 234 | 376 | 22 | 47 | 0 | 135 | 0 | 125 | 143 | 65 |
| Binary | 10011100 | 11111110 | 10010 | 100111 | 0 | 1011101 | 0 | 1010101 | 1100011 | 110101 |
Color Harmonies of #9CFE12
Complementary color
Monochromatic Colors of #9CFE12
Black with #9CFE12
Text Example
Text Example
White with #9CFE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFE12; }
p { color: rgb(156,254,18); }
H1.HeaderClassName
{
color: #9CFE12;
}
.AnyTagClassName
{
color: #9CFE12;
}
</style>
background-color css
<style>
a { background-color: #9CFE12; }
a { background-color: rgb(156,254,18); }
div.DivClassName
{
background-color: #9CFE12;
}
.BgClassName
{
background-color: #9CFE12;
}
</style>
border-color css
<style>
span { border-color: #9CFE12; }
span { border-color: rgb(156,254,18); }
td.TdClassName
{
border-color: #9CFE12;
}
.TagClassName
{
border-color: #9CFE12;
}
</style>