Shades of Spring Green #0EEF7A
Tints of Spring Green #0EEF7A
RGB
CMYK
RGB Variations
Color information
#0EEF7A (or 0x0EEF7A) is known color: Spring Green. HEX triplet: 0E, EF and 7A. RGB value is (14,239,122). Sum of RGB (Red+Green+Blue) = 14+239+122=375 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.73% from 375); Green value is 239 (93.75% from 255 or 63.73% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 239 - color contains mainly: green. Hex color #0EEF7A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EEF7A is #F11085. Grayscale: #9E9E9E. Windows color (decimal): -15798406 or 8056590. OLE color: 8056590.
HSL color Cylindrical-coordinate representation of color #0EEF7A: hue angle of 148.8º 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 #0EEF7A is Cyan = 0.94, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 14 | 239 | 122 | - |
| CMYK | 0.94 | 0 | 0.49 | 0.06 |
| HSL | 148.8º | 0.89% | 0.5% | - |
| HSV(B) | 148.8º | 0.94% | 0.94% | - |
| XYZ | 34.56 | 63.23 | 28.8 | - |
| YUV | 158.39 | 107.46 | 25.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 239 | 122 | 0.94 | 0 | 0.49 | 0.06 | 148.8 | 0.89 | 0.5 |
| Hex | E | EF | 7A | 5E | 0 | 31 | 6 | 95 | 59 | 32 |
| Octal | 16 | 357 | 172 | 136 | 0 | 61 | 6 | 225 | 131 | 62 |
| Binary | 1110 | 11101111 | 1111010 | 1011110 | 0 | 110001 | 110 | 10010101 | 1011001 | 110010 |
Color Harmonies of #0EEF7A
Complementary color
Monochromatic Colors of #0EEF7A
Black with #0EEF7A
Text Example
Text Example
White with #0EEF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEF7A; }
p { color: rgb(14,239,122); }
H1.HeaderClassName
{
color: #0EEF7A;
}
.AnyTagClassName
{
color: #0EEF7A;
}
</style>
background-color css
<style>
a { background-color: #0EEF7A; }
a { background-color: rgb(14,239,122); }
div.DivClassName
{
background-color: #0EEF7A;
}
.BgClassName
{
background-color: #0EEF7A;
}
</style>
border-color css
<style>
span { border-color: #0EEF7A; }
span { border-color: rgb(14,239,122); }
td.TdClassName
{
border-color: #0EEF7A;
}
.TagClassName
{
border-color: #0EEF7A;
}
</style>