Shades of Spring Green #0FEC7D
Tints of Spring Green #0FEC7D
RGB
CMYK
RGB Variations
Color information
#0FEC7D (or 0x0FEC7D) is known color: Spring Green. HEX triplet: 0F, EC and 7D. RGB value is (15,236,125). Sum of RGB (Red+Green+Blue) = 15+236+125=376 (49% of max value = 765). Red value is 15 (6.25% from 255 or 3.99% from 376); Green value is 236 (92.58% from 255 or 62.77% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 236 - color contains mainly: green. Hex color #0FEC7D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FEC7D is #F01382. Grayscale: #9D9D9D. Windows color (decimal): -15733635 or 8252431. OLE color: 8252431.
HSL color Cylindrical-coordinate representation of color #0FEC7D: hue angle of 149.86º 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 #0FEC7D is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 236 | 125 | - |
| CMYK | 0.94 | 0 | 0.47 | 0.07 |
| HSL | 149.86º | 0.88% | 0.49% | - |
| HSV(B) | 149.86º | 0.94% | 0.93% | - |
| XYZ | 33.89 | 61.57 | 29.5 | - |
| YUV | 157.27 | 109.78 | 26.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 236 | 125 | 0.94 | 0 | 0.47 | 0.07 | 149.86 | 0.88 | 0.49 |
| Hex | F | EC | 7D | 5E | 0 | 2F | 7 | 96 | 58 | 31 |
| Octal | 17 | 354 | 175 | 136 | 0 | 57 | 7 | 226 | 130 | 61 |
| Binary | 1111 | 11101100 | 1111101 | 1011110 | 0 | 101111 | 111 | 10010110 | 1011000 | 110001 |
Color Harmonies of #0FEC7D
Complementary color
Monochromatic Colors of #0FEC7D
Black with #0FEC7D
Text Example
Text Example
White with #0FEC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEC7D; }
p { color: rgb(15,236,125); }
H1.HeaderClassName
{
color: #0FEC7D;
}
.AnyTagClassName
{
color: #0FEC7D;
}
</style>
background-color css
<style>
a { background-color: #0FEC7D; }
a { background-color: rgb(15,236,125); }
div.DivClassName
{
background-color: #0FEC7D;
}
.BgClassName
{
background-color: #0FEC7D;
}
</style>
border-color css
<style>
span { border-color: #0FEC7D; }
span { border-color: rgb(15,236,125); }
td.TdClassName
{
border-color: #0FEC7D;
}
.TagClassName
{
border-color: #0FEC7D;
}
</style>