Html Css Color HEX #0DE397 Medium Spring Green
📋 copy color: '#0DE397'red 13 ◦ green 227 ◦ blue 151
Shades of Medium Spring Green #0DE397
Tints of Medium Spring Green #0DE397
RGB
CMYK
RGB Variations
Color information
#0DE397 (or 0x0DE397) is known color: Medium Spring Green. HEX triplet: 0D, E3 and 97. RGB value is (13,227,151). Sum of RGB (Red+Green+Blue) = 13+227+151=391 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.32% from 391); Green value is 227 (89.06% from 255 or 58.06% from 391); Blue value is 151 (59.38% from 255 or 38.62% from 391); Max value from RGB is 227 - color contains mainly: green. Hex color #0DE397 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DE397 is #F21C68. Grayscale: #9A9A9A. Windows color (decimal): -15866985 or 9954061. OLE color: 9954061.
HSL color Cylindrical-coordinate representation of color #0DE397: hue angle of 158.69º 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 #0DE397 is Cyan = 0.94, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 13 | 227 | 151 | - |
| CMYK | 0.94 | 0 | 0.33 | 0.11 |
| HSL | 158.69º | 0.89% | 0.47% | - |
| HSV(B) | 158.69º | 0.94% | 0.89% | - |
| XYZ | 33.22 | 57.26 | 38.58 | - |
| YUV | 154.35 | 126.1 | 27.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 227 | 151 | 0.94 | 0 | 0.33 | 0.11 | 158.69 | 0.89 | 0.47 |
| Hex | D | E3 | 97 | 5E | 0 | 21 | B | 9F | 59 | 2F |
| Octal | 15 | 343 | 227 | 136 | 0 | 41 | 13 | 237 | 131 | 57 |
| Binary | 1101 | 11100011 | 10010111 | 1011110 | 0 | 100001 | 1011 | 10011111 | 1011001 | 101111 |
Color Harmonies of #0DE397
Complementary color
Monochromatic Colors of #0DE397
Black with #0DE397
Text Example
Text Example
White with #0DE397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE397; }
p { color: rgb(13,227,151); }
H1.HeaderClassName
{
color: #0DE397;
}
.AnyTagClassName
{
color: #0DE397;
}
</style>
background-color css
<style>
a { background-color: #0DE397; }
a { background-color: rgb(13,227,151); }
div.DivClassName
{
background-color: #0DE397;
}
.BgClassName
{
background-color: #0DE397;
}
</style>
border-color css
<style>
span { border-color: #0DE397; }
span { border-color: rgb(13,227,151); }
td.TdClassName
{
border-color: #0DE397;
}
.TagClassName
{
border-color: #0DE397;
}
</style>