Shades of Spring Green #0FEC7F
Tints of Spring Green #0FEC7F
RGB
CMYK
RGB Variations
Color information
#0FEC7F (or 0x0FEC7F) is known color: Spring Green. HEX triplet: 0F, EC and 7F. RGB value is (15,236,127). Sum of RGB (Red+Green+Blue) = 15+236+127=378 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.97% from 378); Green value is 236 (92.58% from 255 or 62.43% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 236 - color contains mainly: green. Hex color #0FEC7F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FEC7F is #F01380. Grayscale: #9D9D9D. Windows color (decimal): -15733633 or 8383503. OLE color: 8383503.
HSL color Cylindrical-coordinate representation of color #0FEC7F: hue angle of 150.41º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEC7F is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 236 | 127 | - |
| CMYK | 0.94 | 0 | 0.46 | 0.07 |
| HSL | 150.41º | 0.88% | 0.49% | - |
| HSV(B) | 150.41º | 0.94% | 0.93% | - |
| XYZ | 34.02 | 61.62 | 30.18 | - |
| YUV | 157.5 | 110.78 | 26.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 236 | 127 | 0.94 | 0 | 0.46 | 0.07 | 150.41 | 0.88 | 0.49 |
| Hex | F | EC | 7F | 5E | 0 | 2E | 7 | 96 | 58 | 31 |
| Octal | 17 | 354 | 177 | 136 | 0 | 56 | 7 | 226 | 130 | 61 |
| Binary | 1111 | 11101100 | 1111111 | 1011110 | 0 | 101110 | 111 | 10010110 | 1011000 | 110001 |
Color Harmonies of #0FEC7F
Complementary color
Monochromatic Colors of #0FEC7F
Black with #0FEC7F
Text Example
Text Example
White with #0FEC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEC7F; }
p { color: rgb(15,236,127); }
H1.HeaderClassName
{
color: #0FEC7F;
}
.AnyTagClassName
{
color: #0FEC7F;
}
</style>
background-color css
<style>
a { background-color: #0FEC7F; }
a { background-color: rgb(15,236,127); }
div.DivClassName
{
background-color: #0FEC7F;
}
.BgClassName
{
background-color: #0FEC7F;
}
</style>
border-color css
<style>
span { border-color: #0FEC7F; }
span { border-color: rgb(15,236,127); }
td.TdClassName
{
border-color: #0FEC7F;
}
.TagClassName
{
border-color: #0FEC7F;
}
</style>