Html Css Color HEX #0DEB8C Medium Spring Green
📋 copy color: '#0DEB8C'red 13 ◦ green 235 ◦ blue 140
Shades of Medium Spring Green #0DEB8C
Tints of Medium Spring Green #0DEB8C
RGB
CMYK
RGB Variations
Color information
#0DEB8C (or 0x0DEB8C) is known color: Medium Spring Green. HEX triplet: 0D, EB and 8C. RGB value is (13,235,140). Sum of RGB (Red+Green+Blue) = 13+235+140=388 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.35% from 388); Green value is 235 (92.19% from 255 or 60.57% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 235 - color contains mainly: green. Hex color #0DEB8C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DEB8C is #F21473. Grayscale: #9D9D9D. Windows color (decimal): -15864948 or 9235213. OLE color: 9235213.
HSL color Cylindrical-coordinate representation of color #0DEB8C: hue angle of 154.32º degrees, saturation: 0.9, 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 #0DEB8C is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 235 | 140 | - |
| CMYK | 0.94 | 0 | 0.40 | 0.08 |
| HSL | 154.32º | 0.9% | 0.49% | - |
| HSV(B) | 154.32º | 0.94% | 0.92% | - |
| XYZ | 34.61 | 61.4 | 34.84 | - |
| YUV | 157.79 | 117.95 | 24.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 235 | 140 | 0.94 | 0 | 0.40 | 0.08 | 154.32 | 0.9 | 0.49 |
| Hex | D | EB | 8C | 5E | 0 | 28 | 8 | 9A | 5A | 31 |
| Octal | 15 | 353 | 214 | 136 | 0 | 50 | 10 | 232 | 132 | 61 |
| Binary | 1101 | 11101011 | 10001100 | 1011110 | 0 | 101000 | 1000 | 10011010 | 1011010 | 110001 |
Color Harmonies of #0DEB8C
Complementary color
Monochromatic Colors of #0DEB8C
Black with #0DEB8C
Text Example
Text Example
White with #0DEB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEB8C; }
p { color: rgb(13,235,140); }
H1.HeaderClassName
{
color: #0DEB8C;
}
.AnyTagClassName
{
color: #0DEB8C;
}
</style>
background-color css
<style>
a { background-color: #0DEB8C; }
a { background-color: rgb(13,235,140); }
div.DivClassName
{
background-color: #0DEB8C;
}
.BgClassName
{
background-color: #0DEB8C;
}
</style>
border-color css
<style>
span { border-color: #0DEB8C; }
span { border-color: rgb(13,235,140); }
td.TdClassName
{
border-color: #0DEB8C;
}
.TagClassName
{
border-color: #0DEB8C;
}
</style>