Shades of Spring Green #0EF680
Tints of Spring Green #0EF680
RGB
CMYK
RGB Variations
Color information
#0EF680 (or 0x0EF680) is known color: Spring Green. HEX triplet: 0E, F6 and 80. RGB value is (14,246,128). Sum of RGB (Red+Green+Blue) = 14+246+128=388 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.61% from 388); Green value is 246 (96.48% from 255 or 63.40% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 246 - color contains mainly: green. Hex color #0EF680 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EF680 is #F1097F. Grayscale: #A3A3A3. Windows color (decimal): -15796608 or 8451598. OLE color: 8451598.
HSL color Cylindrical-coordinate representation of color #0EF680: hue angle of 149.48º 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 #0EF680 is Cyan = 0.94, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 14 | 246 | 128 | - |
| CMYK | 0.94 | 0 | 0.48 | 0.04 |
| HSL | 149.48º | 0.93% | 0.51% | - |
| HSV(B) | 149.48º | 0.94% | 0.96% | - |
| XYZ | 37.03 | 67.56 | 31.51 | - |
| YUV | 163.18 | 108.14 | 21.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 246 | 128 | 0.94 | 0 | 0.48 | 0.04 | 149.48 | 0.93 | 0.51 |
| Hex | E | F6 | 80 | 5E | 0 | 30 | 4 | 95 | 5D | 33 |
| Octal | 16 | 366 | 200 | 136 | 0 | 60 | 4 | 225 | 135 | 63 |
| Binary | 1110 | 11110110 | 10000000 | 1011110 | 0 | 110000 | 100 | 10010101 | 1011101 | 110011 |
Color Harmonies of #0EF680
Complementary color
Monochromatic Colors of #0EF680
Black with #0EF680
Text Example
Text Example
White with #0EF680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF680; }
p { color: rgb(14,246,128); }
H1.HeaderClassName
{
color: #0EF680;
}
.AnyTagClassName
{
color: #0EF680;
}
</style>
background-color css
<style>
a { background-color: #0EF680; }
a { background-color: rgb(14,246,128); }
div.DivClassName
{
background-color: #0EF680;
}
.BgClassName
{
background-color: #0EF680;
}
</style>
border-color css
<style>
span { border-color: #0EF680; }
span { border-color: rgb(14,246,128); }
td.TdClassName
{
border-color: #0EF680;
}
.TagClassName
{
border-color: #0EF680;
}
</style>