Shades of Spring Green #0EEE7B
Tints of Spring Green #0EEE7B
RGB
CMYK
RGB Variations
Color information
#0EEE7B (or 0x0EEE7B) is known color: Spring Green. HEX triplet: 0E, EE and 7B. RGB value is (14,238,123). Sum of RGB (Red+Green+Blue) = 14+238+123=375 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.73% from 375); Green value is 238 (93.36% from 255 or 63.47% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 238 - color contains mainly: green. Hex color #0EEE7B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EEE7B is #F11184. Grayscale: #9E9E9E. Windows color (decimal): -15798661 or 8121870. OLE color: 8121870.
HSL color Cylindrical-coordinate representation of color #0EEE7B: hue angle of 149.2º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EEE7B is Cyan = 0.94, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 14 | 238 | 123 | - |
| CMYK | 0.94 | 0 | 0.48 | 0.07 |
| HSL | 149.2º | 0.89% | 0.49% | - |
| HSV(B) | 149.2º | 0.94% | 0.93% | - |
| XYZ | 34.33 | 62.67 | 29.03 | - |
| YUV | 157.91 | 108.29 | 25.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 238 | 123 | 0.94 | 0 | 0.48 | 0.07 | 149.2 | 0.89 | 0.49 |
| Hex | E | EE | 7B | 5E | 0 | 30 | 7 | 95 | 59 | 31 |
| Octal | 16 | 356 | 173 | 136 | 0 | 60 | 7 | 225 | 131 | 61 |
| Binary | 1110 | 11101110 | 1111011 | 1011110 | 0 | 110000 | 111 | 10010101 | 1011001 | 110001 |
Color Harmonies of #0EEE7B
Complementary color
Monochromatic Colors of #0EEE7B
Black with #0EEE7B
Text Example
Text Example
White with #0EEE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEE7B; }
p { color: rgb(14,238,123); }
H1.HeaderClassName
{
color: #0EEE7B;
}
.AnyTagClassName
{
color: #0EEE7B;
}
</style>
background-color css
<style>
a { background-color: #0EEE7B; }
a { background-color: rgb(14,238,123); }
div.DivClassName
{
background-color: #0EEE7B;
}
.BgClassName
{
background-color: #0EEE7B;
}
</style>
border-color css
<style>
span { border-color: #0EEE7B; }
span { border-color: rgb(14,238,123); }
td.TdClassName
{
border-color: #0EEE7B;
}
.TagClassName
{
border-color: #0EEE7B;
}
</style>