Shades of Spring Bud #96EE12
Tints of Spring Bud #96EE12
RGB
CMYK
RGB Variations
Color information
#96EE12 (or 0x96EE12) is known color: Spring Bud. HEX triplet: 96, EE and 12. RGB value is (150,238,18). Sum of RGB (Red+Green+Blue) = 150+238+18=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 238 (93.36% from 255 or 58.62% from 406); Blue value is 18 (7.42% from 255 or 4.43% from 406); Max value from RGB is 238 - color contains mainly: green. Hex color #96EE12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96EE12 is #6911ED. Grayscale: #BBBBBB. Windows color (decimal): -6885870 or 1240726. OLE color: 1240726.
HSL color Cylindrical-coordinate representation of color #96EE12: hue angle of 84º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #96EE12 is Cyan = 0.37, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 238 | 18 | - |
| CMYK | 0.37 | 0 | 0.92 | 0.07 |
| HSL | 84º | 0.87% | 0.5% | - |
| HSV(B) | 84º | 0.92% | 0.93% | - |
| XYZ | 43.26 | 67.68 | 11.36 | - |
| YUV | 186.61 | 32.85 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 238 | 18 | 0.37 | 0 | 0.92 | 0.07 | 84 | 0.87 | 0.5 |
| Hex | 96 | EE | 12 | 25 | 0 | 5C | 7 | 54 | 57 | 32 |
| Octal | 226 | 356 | 22 | 45 | 0 | 134 | 7 | 124 | 127 | 62 |
| Binary | 10010110 | 11101110 | 10010 | 100101 | 0 | 1011100 | 111 | 1010100 | 1010111 | 110010 |
Color Harmonies of #96EE12
Complementary color
Monochromatic Colors of #96EE12
Black with #96EE12
Text Example
Text Example
White with #96EE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EE12; }
p { color: rgb(150,238,18); }
H1.HeaderClassName
{
color: #96EE12;
}
.AnyTagClassName
{
color: #96EE12;
}
</style>
background-color css
<style>
a { background-color: #96EE12; }
a { background-color: rgb(150,238,18); }
div.DivClassName
{
background-color: #96EE12;
}
.BgClassName
{
background-color: #96EE12;
}
</style>
border-color css
<style>
span { border-color: #96EE12; }
span { border-color: rgb(150,238,18); }
td.TdClassName
{
border-color: #96EE12;
}
.TagClassName
{
border-color: #96EE12;
}
</style>