Shades of Spring Green #0EF674
Tints of Spring Green #0EF674
RGB
CMYK
RGB Variations
Color information
#0EF674 (or 0x0EF674) is known color: Spring Green. HEX triplet: 0E, F6 and 74. RGB value is (14,246,116). Sum of RGB (Red+Green+Blue) = 14+246+116=376 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.72% from 376); Green value is 246 (96.48% from 255 or 65.43% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 246 - color contains mainly: green. Hex color #0EF674 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EF674 is #F1098B. Grayscale: #A2A2A2. Windows color (decimal): -15796620 or 7665166. OLE color: 7665166.
HSL color Cylindrical-coordinate representation of color #0EF674: hue angle of 146.38º 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 #0EF674 is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 14 | 246 | 116 | - |
| CMYK | 0.94 | 0 | 0.53 | 0.04 |
| HSL | 146.38º | 0.93% | 0.51% | - |
| HSV(B) | 146.38º | 0.94% | 0.96% | - |
| XYZ | 36.29 | 67.27 | 27.59 | - |
| YUV | 161.81 | 102.14 | 22.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 246 | 116 | 0.94 | 0 | 0.53 | 0.04 | 146.38 | 0.93 | 0.51 |
| Hex | E | F6 | 74 | 5E | 0 | 35 | 4 | 92 | 5D | 33 |
| Octal | 16 | 366 | 164 | 136 | 0 | 65 | 4 | 222 | 135 | 63 |
| Binary | 1110 | 11110110 | 1110100 | 1011110 | 0 | 110101 | 100 | 10010010 | 1011101 | 110011 |
Color Harmonies of #0EF674
Complementary color
Monochromatic Colors of #0EF674
Black with #0EF674
Text Example
Text Example
White with #0EF674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF674; }
p { color: rgb(14,246,116); }
H1.HeaderClassName
{
color: #0EF674;
}
.AnyTagClassName
{
color: #0EF674;
}
</style>
background-color css
<style>
a { background-color: #0EF674; }
a { background-color: rgb(14,246,116); }
div.DivClassName
{
background-color: #0EF674;
}
.BgClassName
{
background-color: #0EF674;
}
</style>
border-color css
<style>
span { border-color: #0EF674; }
span { border-color: rgb(14,246,116); }
td.TdClassName
{
border-color: #0EF674;
}
.TagClassName
{
border-color: #0EF674;
}
</style>