Shades of Spring Green #0EF06F
Tints of Spring Green #0EF06F
RGB
CMYK
RGB Variations
Color information
#0EF06F (or 0x0EF06F) is known color: Spring Green. HEX triplet: 0E, F0 and 6F. RGB value is (14,240,111). Sum of RGB (Red+Green+Blue) = 14+240+111=365 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.84% from 365); Green value is 240 (94.14% from 255 or 65.75% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 240 - color contains mainly: green. Hex color #0EF06F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EF06F is #F10F90. Grayscale: #9E9E9E. Windows color (decimal): -15798161 or 7335950. OLE color: 7335950.
HSL color Cylindrical-coordinate representation of color #0EF06F: hue angle of 145.75º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF06F is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 14 | 240 | 111 | - |
| CMYK | 0.94 | 0 | 0.54 | 0.06 |
| HSL | 145.75º | 0.89% | 0.5% | - |
| HSV(B) | 145.75º | 0.94% | 0.94% | - |
| XYZ | 34.21 | 63.56 | 25.5 | - |
| YUV | 157.72 | 101.63 | 25.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 240 | 111 | 0.94 | 0 | 0.54 | 0.06 | 145.75 | 0.89 | 0.5 |
| Hex | E | F0 | 6F | 5E | 0 | 36 | 6 | 92 | 59 | 32 |
| Octal | 16 | 360 | 157 | 136 | 0 | 66 | 6 | 222 | 131 | 62 |
| Binary | 1110 | 11110000 | 1101111 | 1011110 | 0 | 110110 | 110 | 10010010 | 1011001 | 110010 |
Color Harmonies of #0EF06F
Complementary color
Monochromatic Colors of #0EF06F
Black with #0EF06F
Text Example
Text Example
White with #0EF06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF06F; }
p { color: rgb(14,240,111); }
H1.HeaderClassName
{
color: #0EF06F;
}
.AnyTagClassName
{
color: #0EF06F;
}
</style>
background-color css
<style>
a { background-color: #0EF06F; }
a { background-color: rgb(14,240,111); }
div.DivClassName
{
background-color: #0EF06F;
}
.BgClassName
{
background-color: #0EF06F;
}
</style>
border-color css
<style>
span { border-color: #0EF06F; }
span { border-color: rgb(14,240,111); }
td.TdClassName
{
border-color: #0EF06F;
}
.TagClassName
{
border-color: #0EF06F;
}
</style>