Shades of Spring Green #0EF670
Tints of Spring Green #0EF670
RGB
CMYK
RGB Variations
Color information
#0EF670 (or 0x0EF670) is known color: Spring Green. HEX triplet: 0E, F6 and 70. RGB value is (14,246,112). Sum of RGB (Red+Green+Blue) = 14+246+112=372 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.76% from 372); Green value is 246 (96.48% from 255 or 66.13% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 246 - color contains mainly: green. Hex color #0EF670 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EF670 is #F1098F. Grayscale: #A1A1A1. Windows color (decimal): -15796624 or 7403022. OLE color: 7403022.
HSL color Cylindrical-coordinate representation of color #0EF670: hue angle of 145.34º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF670 is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 14 | 246 | 112 | - |
| CMYK | 0.94 | 0 | 0.54 | 0.04 |
| HSL | 145.34º | 0.93% | 0.51% | - |
| HSV(B) | 145.34º | 0.94% | 0.96% | - |
| XYZ | 36.06 | 67.17 | 26.39 | - |
| YUV | 161.36 | 100.14 | 22.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 246 | 112 | 0.94 | 0 | 0.54 | 0.04 | 145.34 | 0.93 | 0.51 |
| Hex | E | F6 | 70 | 5E | 0 | 36 | 4 | 91 | 5D | 33 |
| Octal | 16 | 366 | 160 | 136 | 0 | 66 | 4 | 221 | 135 | 63 |
| Binary | 1110 | 11110110 | 1110000 | 1011110 | 0 | 110110 | 100 | 10010001 | 1011101 | 110011 |
Color Harmonies of #0EF670
Complementary color
Monochromatic Colors of #0EF670
Black with #0EF670
Text Example
Text Example
White with #0EF670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF670; }
p { color: rgb(14,246,112); }
H1.HeaderClassName
{
color: #0EF670;
}
.AnyTagClassName
{
color: #0EF670;
}
</style>
background-color css
<style>
a { background-color: #0EF670; }
a { background-color: rgb(14,246,112); }
div.DivClassName
{
background-color: #0EF670;
}
.BgClassName
{
background-color: #0EF670;
}
</style>
border-color css
<style>
span { border-color: #0EF670; }
span { border-color: rgb(14,246,112); }
td.TdClassName
{
border-color: #0EF670;
}
.TagClassName
{
border-color: #0EF670;
}
</style>