Html Css Color HEX #0DE58D Medium Spring Green
📋 copy color: '#0DE58D'red 13 ◦ green 229 ◦ blue 141
Shades of Medium Spring Green #0DE58D
Tints of Medium Spring Green #0DE58D
RGB
CMYK
RGB Variations
Color information
#0DE58D (or 0x0DE58D) is known color: Medium Spring Green. HEX triplet: 0D, E5 and 8D. RGB value is (13,229,141). Sum of RGB (Red+Green+Blue) = 13+229+141=383 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.39% from 383); Green value is 229 (89.84% from 255 or 59.79% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 229 - color contains mainly: green. Hex color #0DE58D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DE58D is #F21A72. Grayscale: #9A9A9A. Windows color (decimal): -15866483 or 9299213. OLE color: 9299213.
HSL color Cylindrical-coordinate representation of color #0DE58D: hue angle of 155.56º 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 #0DE58D is Cyan = 0.94, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 13 | 229 | 141 | - |
| CMYK | 0.94 | 0 | 0.38 | 0.10 |
| HSL | 155.56º | 0.89% | 0.47% | - |
| HSV(B) | 155.56º | 0.94% | 0.9% | - |
| XYZ | 32.99 | 58.05 | 34.66 | - |
| YUV | 154.38 | 120.44 | 27.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 229 | 141 | 0.94 | 0 | 0.38 | 0.10 | 155.56 | 0.89 | 0.47 |
| Hex | D | E5 | 8D | 5E | 0 | 26 | A | 9C | 59 | 2F |
| Octal | 15 | 345 | 215 | 136 | 0 | 46 | 12 | 234 | 131 | 57 |
| Binary | 1101 | 11100101 | 10001101 | 1011110 | 0 | 100110 | 1010 | 10011100 | 1011001 | 101111 |
Color Harmonies of #0DE58D
Complementary color
Monochromatic Colors of #0DE58D
Black with #0DE58D
Text Example
Text Example
White with #0DE58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE58D; }
p { color: rgb(13,229,141); }
H1.HeaderClassName
{
color: #0DE58D;
}
.AnyTagClassName
{
color: #0DE58D;
}
</style>
background-color css
<style>
a { background-color: #0DE58D; }
a { background-color: rgb(13,229,141); }
div.DivClassName
{
background-color: #0DE58D;
}
.BgClassName
{
background-color: #0DE58D;
}
</style>
border-color css
<style>
span { border-color: #0DE58D; }
span { border-color: rgb(13,229,141); }
td.TdClassName
{
border-color: #0DE58D;
}
.TagClassName
{
border-color: #0DE58D;
}
</style>