Shades of Spring Green #0FE96D
Tints of Spring Green #0FE96D
RGB
CMYK
RGB Variations
Color information
#0FE96D (or 0x0FE96D) is known color: Spring Green. HEX triplet: 0F, E9 and 6D. RGB value is (15,233,109). Sum of RGB (Red+Green+Blue) = 15+233+109=357 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.20% from 357); Green value is 233 (91.41% from 255 or 65.27% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 233 - color contains mainly: green. Hex color #0FE96D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FE96D is #F01692. Grayscale: #999999. Windows color (decimal): -15734419 or 7203087. OLE color: 7203087.
HSL color Cylindrical-coordinate representation of color #0FE96D: hue angle of 145.87º 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 #0FE96D is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 15 | 233 | 109 | - |
| CMYK | 0.94 | 0 | 0.53 | 0.09 |
| HSL | 145.87º | 0.88% | 0.49% | - |
| HSV(B) | 145.87º | 0.94% | 0.91% | - |
| XYZ | 32.1 | 59.48 | 24.26 | - |
| YUV | 153.68 | 102.78 | 29.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 233 | 109 | 0.94 | 0 | 0.53 | 0.09 | 145.87 | 0.88 | 0.49 |
| Hex | F | E9 | 6D | 5E | 0 | 35 | 9 | 92 | 58 | 31 |
| Octal | 17 | 351 | 155 | 136 | 0 | 65 | 11 | 222 | 130 | 61 |
| Binary | 1111 | 11101001 | 1101101 | 1011110 | 0 | 110101 | 1001 | 10010010 | 1011000 | 110001 |
Color Harmonies of #0FE96D
Complementary color
Monochromatic Colors of #0FE96D
Black with #0FE96D
Text Example
Text Example
White with #0FE96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE96D; }
p { color: rgb(15,233,109); }
H1.HeaderClassName
{
color: #0FE96D;
}
.AnyTagClassName
{
color: #0FE96D;
}
</style>
background-color css
<style>
a { background-color: #0FE96D; }
a { background-color: rgb(15,233,109); }
div.DivClassName
{
background-color: #0FE96D;
}
.BgClassName
{
background-color: #0FE96D;
}
</style>
border-color css
<style>
span { border-color: #0FE96D; }
span { border-color: rgb(15,233,109); }
td.TdClassName
{
border-color: #0FE96D;
}
.TagClassName
{
border-color: #0FE96D;
}
</style>