Shades of Spring Green #0FE386
Tints of Spring Green #0FE386
RGB
CMYK
RGB Variations
Color information
#0FE386 (or 0x0FE386) is known color: Spring Green. HEX triplet: 0F, E3 and 86. RGB value is (15,227,134). Sum of RGB (Red+Green+Blue) = 15+227+134=376 (49% of max value = 765). Red value is 15 (6.25% from 255 or 3.99% from 376); Green value is 227 (89.06% from 255 or 60.37% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 227 - color contains mainly: green. Hex color #0FE386 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FE386 is #F01C79. Grayscale: #999999. Windows color (decimal): -15735930 or 8839951. OLE color: 8839951.
HSL color Cylindrical-coordinate representation of color #0FE386: hue angle of 153.68º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE386 is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 227 | 134 | - |
| CMYK | 0.93 | 0 | 0.41 | 0.11 |
| HSL | 153.68º | 0.88% | 0.47% | - |
| HSV(B) | 153.68º | 0.93% | 0.89% | - |
| XYZ | 31.97 | 56.76 | 31.83 | - |
| YUV | 153.01 | 117.26 | 29.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 227 | 134 | 0.93 | 0 | 0.41 | 0.11 | 153.68 | 0.88 | 0.47 |
| Hex | F | E3 | 86 | 5D | 0 | 29 | B | 9A | 58 | 2F |
| Octal | 17 | 343 | 206 | 135 | 0 | 51 | 13 | 232 | 130 | 57 |
| Binary | 1111 | 11100011 | 10000110 | 1011101 | 0 | 101001 | 1011 | 10011010 | 1011000 | 101111 |
Color Harmonies of #0FE386
Complementary color
Monochromatic Colors of #0FE386
Black with #0FE386
Text Example
Text Example
White with #0FE386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE386; }
p { color: rgb(15,227,134); }
H1.HeaderClassName
{
color: #0FE386;
}
.AnyTagClassName
{
color: #0FE386;
}
</style>
background-color css
<style>
a { background-color: #0FE386; }
a { background-color: rgb(15,227,134); }
div.DivClassName
{
background-color: #0FE386;
}
.BgClassName
{
background-color: #0FE386;
}
</style>
border-color css
<style>
span { border-color: #0FE386; }
span { border-color: rgb(15,227,134); }
td.TdClassName
{
border-color: #0FE386;
}
.TagClassName
{
border-color: #0FE386;
}
</style>