Shades of Spring Green #0EF575
Tints of Spring Green #0EF575
RGB
CMYK
RGB Variations
Color information
#0EF575 (or 0x0EF575) is known color: Spring Green. HEX triplet: 0E, F5 and 75. RGB value is (14,245,117). Sum of RGB (Red+Green+Blue) = 14+245+117=376 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.72% from 376); Green value is 245 (96.09% from 255 or 65.16% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 245 - color contains mainly: green. Hex color #0EF575 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EF575 is #F10A8A. Grayscale: #A1A1A1. Windows color (decimal): -15796875 or 7730446. OLE color: 7730446.
HSL color Cylindrical-coordinate representation of color #0EF575: hue angle of 146.75º degrees, saturation: 0.92, 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 #0EF575 is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 14 | 245 | 117 | - |
| CMYK | 0.94 | 0 | 0.52 | 0.04 |
| HSL | 146.75º | 0.92% | 0.51% | - |
| HSV(B) | 146.75º | 0.94% | 0.96% | - |
| XYZ | 36.04 | 66.68 | 27.8 | - |
| YUV | 161.34 | 102.97 | 22.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 245 | 117 | 0.94 | 0 | 0.52 | 0.04 | 146.75 | 0.92 | 0.51 |
| Hex | E | F5 | 75 | 5E | 0 | 34 | 4 | 93 | 5C | 33 |
| Octal | 16 | 365 | 165 | 136 | 0 | 64 | 4 | 223 | 134 | 63 |
| Binary | 1110 | 11110101 | 1110101 | 1011110 | 0 | 110100 | 100 | 10010011 | 1011100 | 110011 |
Color Harmonies of #0EF575
Complementary color
Monochromatic Colors of #0EF575
Black with #0EF575
Text Example
Text Example
White with #0EF575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF575; }
p { color: rgb(14,245,117); }
H1.HeaderClassName
{
color: #0EF575;
}
.AnyTagClassName
{
color: #0EF575;
}
</style>
background-color css
<style>
a { background-color: #0EF575; }
a { background-color: rgb(14,245,117); }
div.DivClassName
{
background-color: #0EF575;
}
.BgClassName
{
background-color: #0EF575;
}
</style>
border-color css
<style>
span { border-color: #0EF575; }
span { border-color: rgb(14,245,117); }
td.TdClassName
{
border-color: #0EF575;
}
.TagClassName
{
border-color: #0EF575;
}
</style>