Html Css Color HEX #0DE49B Medium Spring Green
📋 copy color: '#0DE49B'red 13 ◦ green 228 ◦ blue 155
Shades of Medium Spring Green #0DE49B
Tints of Medium Spring Green #0DE49B
RGB
CMYK
RGB Variations
Color information
#0DE49B (or 0x0DE49B) is known color: Medium Spring Green. HEX triplet: 0D, E4 and 9B. RGB value is (13,228,155). Sum of RGB (Red+Green+Blue) = 13+228+155=396 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.28% from 396); Green value is 228 (89.45% from 255 or 57.58% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 228 - color contains mainly: green. Hex color #0DE49B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DE49B is #F21B64. Grayscale: #9B9B9B. Windows color (decimal): -15866725 or 10216461. OLE color: 10216461.
HSL color Cylindrical-coordinate representation of color #0DE49B: hue angle of 159.63º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE49B is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 13 | 228 | 155 | - |
| CMYK | 0.94 | 0 | 0.32 | 0.11 |
| HSL | 159.63º | 0.89% | 0.47% | - |
| HSV(B) | 159.63º | 0.94% | 0.89% | - |
| XYZ | 33.83 | 57.94 | 40.41 | - |
| YUV | 155.39 | 127.77 | 26.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 228 | 155 | 0.94 | 0 | 0.32 | 0.11 | 159.63 | 0.89 | 0.47 |
| Hex | D | E4 | 9B | 5E | 0 | 20 | B | A0 | 59 | 2F |
| Octal | 15 | 344 | 233 | 136 | 0 | 40 | 13 | 240 | 131 | 57 |
| Binary | 1101 | 11100100 | 10011011 | 1011110 | 0 | 100000 | 1011 | 10100000 | 1011001 | 101111 |
Color Harmonies of #0DE49B
Complementary color
Monochromatic Colors of #0DE49B
Black with #0DE49B
Text Example
Text Example
White with #0DE49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE49B; }
p { color: rgb(13,228,155); }
H1.HeaderClassName
{
color: #0DE49B;
}
.AnyTagClassName
{
color: #0DE49B;
}
</style>
background-color css
<style>
a { background-color: #0DE49B; }
a { background-color: rgb(13,228,155); }
div.DivClassName
{
background-color: #0DE49B;
}
.BgClassName
{
background-color: #0DE49B;
}
</style>
border-color css
<style>
span { border-color: #0DE49B; }
span { border-color: rgb(13,228,155); }
td.TdClassName
{
border-color: #0DE49B;
}
.TagClassName
{
border-color: #0DE49B;
}
</style>