Html Css Color HEX #0DE595 Medium Spring Green
📋 copy color: '#0DE595'red 13 ◦ green 229 ◦ blue 149
Shades of Medium Spring Green #0DE595
Tints of Medium Spring Green #0DE595
RGB
CMYK
RGB Variations
Color information
#0DE595 (or 0x0DE595) is known color: Medium Spring Green. HEX triplet: 0D, E5 and 95. RGB value is (13,229,149). Sum of RGB (Red+Green+Blue) = 13+229+149=391 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.32% from 391); Green value is 229 (89.84% from 255 or 58.57% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 229 - color contains mainly: green. Hex color #0DE595 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DE595 is #F21A6A. Grayscale: #9B9B9B. Windows color (decimal): -15866475 or 9823501. OLE color: 9823501.
HSL color Cylindrical-coordinate representation of color #0DE595: hue angle of 157.78º 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 #0DE595 is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 13 | 229 | 149 | - |
| CMYK | 0.94 | 0 | 0.35 | 0.10 |
| HSL | 157.78º | 0.89% | 0.47% | - |
| HSV(B) | 157.78º | 0.94% | 0.9% | - |
| XYZ | 33.61 | 58.29 | 37.91 | - |
| YUV | 155.3 | 124.44 | 26.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 229 | 149 | 0.94 | 0 | 0.35 | 0.10 | 157.78 | 0.89 | 0.47 |
| Hex | D | E5 | 95 | 5E | 0 | 23 | A | 9E | 59 | 2F |
| Octal | 15 | 345 | 225 | 136 | 0 | 43 | 12 | 236 | 131 | 57 |
| Binary | 1101 | 11100101 | 10010101 | 1011110 | 0 | 100011 | 1010 | 10011110 | 1011001 | 101111 |
Color Harmonies of #0DE595
Complementary color
Monochromatic Colors of #0DE595
Black with #0DE595
Text Example
Text Example
White with #0DE595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE595; }
p { color: rgb(13,229,149); }
H1.HeaderClassName
{
color: #0DE595;
}
.AnyTagClassName
{
color: #0DE595;
}
</style>
background-color css
<style>
a { background-color: #0DE595; }
a { background-color: rgb(13,229,149); }
div.DivClassName
{
background-color: #0DE595;
}
.BgClassName
{
background-color: #0DE595;
}
</style>
border-color css
<style>
span { border-color: #0DE595; }
span { border-color: rgb(13,229,149); }
td.TdClassName
{
border-color: #0DE595;
}
.TagClassName
{
border-color: #0DE595;
}
</style>