Html Css Color HEX #0DEC9C Medium Spring Green
📋 copy color: '#0DEC9C'red 13 ◦ green 236 ◦ blue 156
Shades of Medium Spring Green #0DEC9C
Tints of Medium Spring Green #0DEC9C
RGB
CMYK
RGB Variations
Color information
#0DEC9C (or 0x0DEC9C) is known color: Medium Spring Green. HEX triplet: 0D, EC and 9C. RGB value is (13,236,156). Sum of RGB (Red+Green+Blue) = 13+236+156=405 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.21% from 405); Green value is 236 (92.58% from 255 or 58.27% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 236 - color contains mainly: green. Hex color #0DEC9C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DEC9C is #F21363. Grayscale: #A0A0A0. Windows color (decimal): -15864676 or 10284045. OLE color: 10284045.
HSL color Cylindrical-coordinate representation of color #0DEC9C: hue angle of 158.48º degrees, saturation: 0.9, 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 #0DEC9C is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 236 | 156 | - |
| CMYK | 0.94 | 0 | 0.34 | 0.07 |
| HSL | 158.48º | 0.9% | 0.49% | - |
| HSV(B) | 158.48º | 0.94% | 0.93% | - |
| XYZ | 36.16 | 62.48 | 41.61 | - |
| YUV | 160.2 | 125.62 | 23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 236 | 156 | 0.94 | 0 | 0.34 | 0.07 | 158.48 | 0.9 | 0.49 |
| Hex | D | EC | 9C | 5E | 0 | 22 | 7 | 9E | 5A | 31 |
| Octal | 15 | 354 | 234 | 136 | 0 | 42 | 7 | 236 | 132 | 61 |
| Binary | 1101 | 11101100 | 10011100 | 1011110 | 0 | 100010 | 111 | 10011110 | 1011010 | 110001 |
Color Harmonies of #0DEC9C
Complementary color
Monochromatic Colors of #0DEC9C
Black with #0DEC9C
Text Example
Text Example
White with #0DEC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEC9C; }
p { color: rgb(13,236,156); }
H1.HeaderClassName
{
color: #0DEC9C;
}
.AnyTagClassName
{
color: #0DEC9C;
}
</style>
background-color css
<style>
a { background-color: #0DEC9C; }
a { background-color: rgb(13,236,156); }
div.DivClassName
{
background-color: #0DEC9C;
}
.BgClassName
{
background-color: #0DEC9C;
}
</style>
border-color css
<style>
span { border-color: #0DEC9C; }
span { border-color: rgb(13,236,156); }
td.TdClassName
{
border-color: #0DEC9C;
}
.TagClassName
{
border-color: #0DEC9C;
}
</style>