Html Css Color HEX #0DEA93 Medium Spring Green
📋 copy color: '#0DEA93'red 13 ◦ green 234 ◦ blue 147
Shades of Medium Spring Green #0DEA93
Tints of Medium Spring Green #0DEA93
RGB
CMYK
RGB Variations
Color information
#0DEA93 (or 0x0DEA93) is known color: Medium Spring Green. HEX triplet: 0D, EA and 93. RGB value is (13,234,147). Sum of RGB (Red+Green+Blue) = 13+234+147=394 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.30% from 394); Green value is 234 (91.80% from 255 or 59.39% from 394); Blue value is 147 (57.81% from 255 or 37.31% from 394); Max value from RGB is 234 - color contains mainly: green. Hex color #0DEA93 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DEA93 is #F2156C. Grayscale: #9E9E9E. Windows color (decimal): -15865197 or 9693709. OLE color: 9693709.
HSL color Cylindrical-coordinate representation of color #0DEA93: hue angle of 156.38º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DEA93 is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 234 | 147 | - |
| CMYK | 0.94 | 0 | 0.37 | 0.08 |
| HSL | 156.38º | 0.89% | 0.48% | - |
| HSV(B) | 156.38º | 0.94% | 0.92% | - |
| XYZ | 34.86 | 61.04 | 37.55 | - |
| YUV | 158 | 121.78 | 24.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 234 | 147 | 0.94 | 0 | 0.37 | 0.08 | 156.38 | 0.89 | 0.48 |
| Hex | D | EA | 93 | 5E | 0 | 25 | 8 | 9C | 59 | 30 |
| Octal | 15 | 352 | 223 | 136 | 0 | 45 | 10 | 234 | 131 | 60 |
| Binary | 1101 | 11101010 | 10010011 | 1011110 | 0 | 100101 | 1000 | 10011100 | 1011001 | 110000 |
Color Harmonies of #0DEA93
Complementary color
Monochromatic Colors of #0DEA93
Black with #0DEA93
Text Example
Text Example
White with #0DEA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEA93; }
p { color: rgb(13,234,147); }
H1.HeaderClassName
{
color: #0DEA93;
}
.AnyTagClassName
{
color: #0DEA93;
}
</style>
background-color css
<style>
a { background-color: #0DEA93; }
a { background-color: rgb(13,234,147); }
div.DivClassName
{
background-color: #0DEA93;
}
.BgClassName
{
background-color: #0DEA93;
}
</style>
border-color css
<style>
span { border-color: #0DEA93; }
span { border-color: rgb(13,234,147); }
td.TdClassName
{
border-color: #0DEA93;
}
.TagClassName
{
border-color: #0DEA93;
}
</style>