Html Css Color HEX #0EEEA2 Medium Spring Green
📋 copy color: '#0EEEA2'red 14 ◦ green 238 ◦ blue 162
Shades of Medium Spring Green #0EEEA2
Tints of Medium Spring Green #0EEEA2
RGB
CMYK
RGB Variations
Color information
#0EEEA2 (or 0x0EEEA2) is known color: Medium Spring Green. HEX triplet: 0E, EE and A2. RGB value is (14,238,162). Sum of RGB (Red+Green+Blue) = 14+238+162=414 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.38% from 414); Green value is 238 (93.36% from 255 or 57.49% from 414); Blue value is 162 (63.67% from 255 or 39.13% from 414); Max value from RGB is 238 - color contains mainly: green. Hex color #0EEEA2 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EEEA2 is #F1115D. Grayscale: #A2A2A2. Windows color (decimal): -15798622 or 10677774. OLE color: 10677774.
HSL color Cylindrical-coordinate representation of color #0EEEA2: hue angle of 159.64º 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 #0EEEA2 is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 14 | 238 | 162 | - |
| CMYK | 0.94 | 0 | 0.32 | 0.07 |
| HSL | 159.64º | 0.89% | 0.49% | - |
| HSV(B) | 159.64º | 0.94% | 0.93% | - |
| XYZ | 37.28 | 63.85 | 44.54 | - |
| YUV | 162.36 | 127.79 | 22.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 238 | 162 | 0.94 | 0 | 0.32 | 0.07 | 159.64 | 0.89 | 0.49 |
| Hex | E | EE | A2 | 5E | 0 | 20 | 7 | A0 | 59 | 31 |
| Octal | 16 | 356 | 242 | 136 | 0 | 40 | 7 | 240 | 131 | 61 |
| Binary | 1110 | 11101110 | 10100010 | 1011110 | 0 | 100000 | 111 | 10100000 | 1011001 | 110001 |
Color Harmonies of #0EEEA2
Complementary color
Monochromatic Colors of #0EEEA2
Black with #0EEEA2
Text Example
Text Example
White with #0EEEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEEA2; }
p { color: rgb(14,238,162); }
H1.HeaderClassName
{
color: #0EEEA2;
}
.AnyTagClassName
{
color: #0EEEA2;
}
</style>
background-color css
<style>
a { background-color: #0EEEA2; }
a { background-color: rgb(14,238,162); }
div.DivClassName
{
background-color: #0EEEA2;
}
.BgClassName
{
background-color: #0EEEA2;
}
</style>
border-color css
<style>
span { border-color: #0EEEA2; }
span { border-color: rgb(14,238,162); }
td.TdClassName
{
border-color: #0EEEA2;
}
.TagClassName
{
border-color: #0EEEA2;
}
</style>