Shades of Spring Green #0EEA72
Tints of Spring Green #0EEA72
RGB
CMYK
RGB Variations
Color information
#0EEA72 (or 0x0EEA72) is known color: Spring Green. HEX triplet: 0E, EA and 72. RGB value is (14,234,114). Sum of RGB (Red+Green+Blue) = 14+234+114=362 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.87% from 362); Green value is 234 (91.80% from 255 or 64.64% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 234 - color contains mainly: green. Hex color #0EEA72 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EEA72 is #F1158D. Grayscale: #9A9A9A. Windows color (decimal): -15799694 or 7531022. OLE color: 7531022.
HSL color Cylindrical-coordinate representation of color #0EEA72: hue angle of 147.27º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EEA72 is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 234 | 114 | - |
| CMYK | 0.94 | 0 | 0.51 | 0.08 |
| HSL | 147.27º | 0.89% | 0.49% | - |
| HSV(B) | 147.27º | 0.94% | 0.92% | - |
| XYZ | 32.64 | 60.15 | 25.81 | - |
| YUV | 154.54 | 105.11 | 27.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 234 | 114 | 0.94 | 0 | 0.51 | 0.08 | 147.27 | 0.89 | 0.49 |
| Hex | E | EA | 72 | 5E | 0 | 33 | 8 | 93 | 59 | 31 |
| Octal | 16 | 352 | 162 | 136 | 0 | 63 | 10 | 223 | 131 | 61 |
| Binary | 1110 | 11101010 | 1110010 | 1011110 | 0 | 110011 | 1000 | 10010011 | 1011001 | 110001 |
Color Harmonies of #0EEA72
Complementary color
Monochromatic Colors of #0EEA72
Black with #0EEA72
Text Example
Text Example
White with #0EEA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEA72; }
p { color: rgb(14,234,114); }
H1.HeaderClassName
{
color: #0EEA72;
}
.AnyTagClassName
{
color: #0EEA72;
}
</style>
background-color css
<style>
a { background-color: #0EEA72; }
a { background-color: rgb(14,234,114); }
div.DivClassName
{
background-color: #0EEA72;
}
.BgClassName
{
background-color: #0EEA72;
}
</style>
border-color css
<style>
span { border-color: #0EEA72; }
span { border-color: rgb(14,234,114); }
td.TdClassName
{
border-color: #0EEA72;
}
.TagClassName
{
border-color: #0EEA72;
}
</style>