Shades of Spring Bud #96FF12
Tints of Spring Bud #96FF12
RGB
CMYK
RGB Variations
Color information
#96FF12 (or 0x96FF12) is known color: Spring Bud. HEX triplet: 96, FF and 12. RGB value is (150,255,18). Sum of RGB (Red+Green+Blue) = 150+255+18=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 255 (100% from 255 or 60.28% from 423); Blue value is 18 (7.42% from 255 or 4.26% from 423); Max value from RGB is 255 - color contains mainly: green. Hex color #96FF12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96FF12 is #6900ED. Grayscale: #C5C5C5. Windows color (decimal): -6881518 or 1245078. OLE color: 1245078.
HSL color Cylindrical-coordinate representation of color #96FF12: hue angle of 86.58º 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 #96FF12 is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 255 | 18 | - |
| CMYK | 0.41 | 0 | 0.93 | 0 |
| HSL | 86.58º | 1% | 0.54% | - |
| HSV(B) | 86.58º | 0.93% | 1% | - |
| XYZ | 48.45 | 78.05 | 13.08 | - |
| YUV | 196.59 | 27.21 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 255 | 18 | 0.41 | 0 | 0.93 | 0 | 86.58 | 1 | 0.54 |
| Hex | 96 | FF | 12 | 29 | 0 | 5D | 0 | 57 | 64 | 36 |
| Octal | 226 | 377 | 22 | 51 | 0 | 135 | 0 | 127 | 144 | 66 |
| Binary | 10010110 | 11111111 | 10010 | 101001 | 0 | 1011101 | 0 | 1010111 | 1100100 | 110110 |
Color Harmonies of #96FF12
Complementary color
Monochromatic Colors of #96FF12
Black with #96FF12
Text Example
Text Example
White with #96FF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FF12; }
p { color: rgb(150,255,18); }
H1.HeaderClassName
{
color: #96FF12;
}
.AnyTagClassName
{
color: #96FF12;
}
</style>
background-color css
<style>
a { background-color: #96FF12; }
a { background-color: rgb(150,255,18); }
div.DivClassName
{
background-color: #96FF12;
}
.BgClassName
{
background-color: #96FF12;
}
</style>
border-color css
<style>
span { border-color: #96FF12; }
span { border-color: rgb(150,255,18); }
td.TdClassName
{
border-color: #96FF12;
}
.TagClassName
{
border-color: #96FF12;
}
</style>