Html Css Color HEX #0EFC9C Medium Spring Green
📋 copy color: '#0EFC9C'red 14 ◦ green 252 ◦ blue 156
Shades of Medium Spring Green #0EFC9C
Tints of Medium Spring Green #0EFC9C
RGB
CMYK
RGB Variations
Color information
#0EFC9C (or 0x0EFC9C) is known color: Medium Spring Green. HEX triplet: 0E, FC and 9C. RGB value is (14,252,156). Sum of RGB (Red+Green+Blue) = 14+252+156=422 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.32% from 422); Green value is 252 (98.83% from 255 or 59.72% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 252 - color contains mainly: green. Hex color #0EFC9C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EFC9C is #F10363. Grayscale: #AAAAAA. Windows color (decimal): -15795044 or 10288142. OLE color: 10288142.
HSL color Cylindrical-coordinate representation of color #0EFC9C: hue angle of 155.8º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFC9C is Cyan = 0.94, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 14 | 252 | 156 | - |
| CMYK | 0.94 | 0 | 0.38 | 0.01 |
| HSL | 155.8º | 0.98% | 0.52% | - |
| HSV(B) | 155.8º | 0.94% | 0.99% | - |
| XYZ | 40.99 | 72.11 | 43.21 | - |
| YUV | 169.89 | 120.15 | 16.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 252 | 156 | 0.94 | 0 | 0.38 | 0.01 | 155.8 | 0.98 | 0.52 |
| Hex | E | FC | 9C | 5E | 0 | 26 | 1 | 9C | 62 | 34 |
| Octal | 16 | 374 | 234 | 136 | 0 | 46 | 1 | 234 | 142 | 64 |
| Binary | 1110 | 11111100 | 10011100 | 1011110 | 0 | 100110 | 1 | 10011100 | 1100010 | 110100 |
Color Harmonies of #0EFC9C
Complementary color
Monochromatic Colors of #0EFC9C
Black with #0EFC9C
Text Example
Text Example
White with #0EFC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFC9C; }
p { color: rgb(14,252,156); }
H1.HeaderClassName
{
color: #0EFC9C;
}
.AnyTagClassName
{
color: #0EFC9C;
}
</style>
background-color css
<style>
a { background-color: #0EFC9C; }
a { background-color: rgb(14,252,156); }
div.DivClassName
{
background-color: #0EFC9C;
}
.BgClassName
{
background-color: #0EFC9C;
}
</style>
border-color css
<style>
span { border-color: #0EFC9C; }
span { border-color: rgb(14,252,156); }
td.TdClassName
{
border-color: #0EFC9C;
}
.TagClassName
{
border-color: #0EFC9C;
}
</style>