Shades of Spring Green #0FE96E
Tints of Spring Green #0FE96E
RGB
CMYK
RGB Variations
Color information
#0FE96E (or 0x0FE96E) is known color: Spring Green. HEX triplet: 0F, E9 and 6E. RGB value is (15,233,110). Sum of RGB (Red+Green+Blue) = 15+233+110=358 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.19% from 358); Green value is 233 (91.41% from 255 or 65.08% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 233 - color contains mainly: green. Hex color #0FE96E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FE96E is #F01691. Grayscale: #9A9A9A. Windows color (decimal): -15734418 or 7268623. OLE color: 7268623.
HSL color Cylindrical-coordinate representation of color #0FE96E: hue angle of 146.15º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FE96E is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 15 | 233 | 110 | - |
| CMYK | 0.94 | 0 | 0.53 | 0.09 |
| HSL | 146.15º | 0.88% | 0.49% | - |
| HSV(B) | 146.15º | 0.94% | 0.91% | - |
| XYZ | 32.15 | 59.51 | 24.54 | - |
| YUV | 153.8 | 103.28 | 29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 233 | 110 | 0.94 | 0 | 0.53 | 0.09 | 146.15 | 0.88 | 0.49 |
| Hex | F | E9 | 6E | 5E | 0 | 35 | 9 | 92 | 58 | 31 |
| Octal | 17 | 351 | 156 | 136 | 0 | 65 | 11 | 222 | 130 | 61 |
| Binary | 1111 | 11101001 | 1101110 | 1011110 | 0 | 110101 | 1001 | 10010010 | 1011000 | 110001 |
Color Harmonies of #0FE96E
Complementary color
Monochromatic Colors of #0FE96E
Black with #0FE96E
Text Example
Text Example
White with #0FE96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE96E; }
p { color: rgb(15,233,110); }
H1.HeaderClassName
{
color: #0FE96E;
}
.AnyTagClassName
{
color: #0FE96E;
}
</style>
background-color css
<style>
a { background-color: #0FE96E; }
a { background-color: rgb(15,233,110); }
div.DivClassName
{
background-color: #0FE96E;
}
.BgClassName
{
background-color: #0FE96E;
}
</style>
border-color css
<style>
span { border-color: #0FE96E; }
span { border-color: rgb(15,233,110); }
td.TdClassName
{
border-color: #0FE96E;
}
.TagClassName
{
border-color: #0FE96E;
}
</style>