Shades of Spring Green #0FEC7A
Tints of Spring Green #0FEC7A
RGB
CMYK
RGB Variations
Color information
#0FEC7A (or 0x0FEC7A) is known color: Spring Green. HEX triplet: 0F, EC and 7A. RGB value is (15,236,122). Sum of RGB (Red+Green+Blue) = 15+236+122=373 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.02% from 373); Green value is 236 (92.58% from 255 or 63.27% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 236 - color contains mainly: green. Hex color #0FEC7A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FEC7A is #F01385. Grayscale: #9D9D9D. Windows color (decimal): -15733638 or 8055823. OLE color: 8055823.
HSL color Cylindrical-coordinate representation of color #0FEC7A: hue angle of 149.05º 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 #0FEC7A is Cyan = 0.94, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 236 | 122 | - |
| CMYK | 0.94 | 0 | 0.48 | 0.07 |
| HSL | 149.05º | 0.88% | 0.49% | - |
| HSV(B) | 149.05º | 0.94% | 0.93% | - |
| XYZ | 33.71 | 61.5 | 28.51 | - |
| YUV | 156.93 | 108.28 | 26.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 236 | 122 | 0.94 | 0 | 0.48 | 0.07 | 149.05 | 0.88 | 0.49 |
| Hex | F | EC | 7A | 5E | 0 | 30 | 7 | 95 | 58 | 31 |
| Octal | 17 | 354 | 172 | 136 | 0 | 60 | 7 | 225 | 130 | 61 |
| Binary | 1111 | 11101100 | 1111010 | 1011110 | 0 | 110000 | 111 | 10010101 | 1011000 | 110001 |
Color Harmonies of #0FEC7A
Complementary color
Monochromatic Colors of #0FEC7A
Black with #0FEC7A
Text Example
Text Example
White with #0FEC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEC7A; }
p { color: rgb(15,236,122); }
H1.HeaderClassName
{
color: #0FEC7A;
}
.AnyTagClassName
{
color: #0FEC7A;
}
</style>
background-color css
<style>
a { background-color: #0FEC7A; }
a { background-color: rgb(15,236,122); }
div.DivClassName
{
background-color: #0FEC7A;
}
.BgClassName
{
background-color: #0FEC7A;
}
</style>
border-color css
<style>
span { border-color: #0FEC7A; }
span { border-color: rgb(15,236,122); }
td.TdClassName
{
border-color: #0FEC7A;
}
.TagClassName
{
border-color: #0FEC7A;
}
</style>