Shades of Spring Green #0EEF74
Tints of Spring Green #0EEF74
RGB
CMYK
RGB Variations
Color information
#0EEF74 (or 0x0EEF74) is known color: Spring Green. HEX triplet: 0E, EF and 74. RGB value is (14,239,116). Sum of RGB (Red+Green+Blue) = 14+239+116=369 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.79% from 369); Green value is 239 (93.75% from 255 or 64.77% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 239 - color contains mainly: green. Hex color #0EEF74 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EEF74 is #F1108B. Grayscale: #9D9D9D. Windows color (decimal): -15798412 or 7663374. OLE color: 7663374.
HSL color Cylindrical-coordinate representation of color #0EEF74: hue angle of 147.2º 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 #0EEF74 is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 14 | 239 | 116 | - |
| CMYK | 0.94 | 0 | 0.51 | 0.06 |
| HSL | 147.2º | 0.89% | 0.5% | - |
| HSV(B) | 147.2º | 0.94% | 0.94% | - |
| XYZ | 34.2 | 63.09 | 26.9 | - |
| YUV | 157.7 | 104.46 | 25.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 239 | 116 | 0.94 | 0 | 0.51 | 0.06 | 147.2 | 0.89 | 0.5 |
| Hex | E | EF | 74 | 5E | 0 | 33 | 6 | 93 | 59 | 32 |
| Octal | 16 | 357 | 164 | 136 | 0 | 63 | 6 | 223 | 131 | 62 |
| Binary | 1110 | 11101111 | 1110100 | 1011110 | 0 | 110011 | 110 | 10010011 | 1011001 | 110010 |
Color Harmonies of #0EEF74
Complementary color
Monochromatic Colors of #0EEF74
Black with #0EEF74
Text Example
Text Example
White with #0EEF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEF74; }
p { color: rgb(14,239,116); }
H1.HeaderClassName
{
color: #0EEF74;
}
.AnyTagClassName
{
color: #0EEF74;
}
</style>
background-color css
<style>
a { background-color: #0EEF74; }
a { background-color: rgb(14,239,116); }
div.DivClassName
{
background-color: #0EEF74;
}
.BgClassName
{
background-color: #0EEF74;
}
</style>
border-color css
<style>
span { border-color: #0EEF74; }
span { border-color: rgb(14,239,116); }
td.TdClassName
{
border-color: #0EEF74;
}
.TagClassName
{
border-color: #0EEF74;
}
</style>