Html Css Color HEX #0DE58C Medium Spring Green
📋 copy color: '#0DE58C'red 13 ◦ green 229 ◦ blue 140
Shades of Medium Spring Green #0DE58C
Tints of Medium Spring Green #0DE58C
RGB
CMYK
RGB Variations
Color information
#0DE58C (or 0x0DE58C) is known color: Medium Spring Green. HEX triplet: 0D, E5 and 8C. RGB value is (13,229,140). Sum of RGB (Red+Green+Blue) = 13+229+140=382 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.40% from 382); Green value is 229 (89.84% from 255 or 59.95% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 229 - color contains mainly: green. Hex color #0DE58C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DE58C is #F21A73. Grayscale: #9A9A9A. Windows color (decimal): -15866484 or 9233677. OLE color: 9233677.
HSL color Cylindrical-coordinate representation of color #0DE58C: hue angle of 155.28º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE58C is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 13 | 229 | 140 | - |
| CMYK | 0.94 | 0 | 0.39 | 0.10 |
| HSL | 155.28º | 0.89% | 0.47% | - |
| HSV(B) | 155.28º | 0.94% | 0.9% | - |
| XYZ | 32.92 | 58.02 | 34.27 | - |
| YUV | 154.27 | 119.94 | 27.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 229 | 140 | 0.94 | 0 | 0.39 | 0.10 | 155.28 | 0.89 | 0.47 |
| Hex | D | E5 | 8C | 5E | 0 | 27 | A | 9B | 59 | 2F |
| Octal | 15 | 345 | 214 | 136 | 0 | 47 | 12 | 233 | 131 | 57 |
| Binary | 1101 | 11100101 | 10001100 | 1011110 | 0 | 100111 | 1010 | 10011011 | 1011001 | 101111 |
Color Harmonies of #0DE58C
Complementary color
Monochromatic Colors of #0DE58C
Black with #0DE58C
Text Example
Text Example
White with #0DE58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE58C; }
p { color: rgb(13,229,140); }
H1.HeaderClassName
{
color: #0DE58C;
}
.AnyTagClassName
{
color: #0DE58C;
}
</style>
background-color css
<style>
a { background-color: #0DE58C; }
a { background-color: rgb(13,229,140); }
div.DivClassName
{
background-color: #0DE58C;
}
.BgClassName
{
background-color: #0DE58C;
}
</style>
border-color css
<style>
span { border-color: #0DE58C; }
span { border-color: rgb(13,229,140); }
td.TdClassName
{
border-color: #0DE58C;
}
.TagClassName
{
border-color: #0DE58C;
}
</style>