Html Css Color HEX #0DEA92 Medium Spring Green
📋 copy color: '#0DEA92'red 13 ◦ green 234 ◦ blue 146
Shades of Medium Spring Green #0DEA92
Tints of Medium Spring Green #0DEA92
RGB
CMYK
RGB Variations
Color information
#0DEA92 (or 0x0DEA92) is known color: Medium Spring Green. HEX triplet: 0D, EA and 92. RGB value is (13,234,146). Sum of RGB (Red+Green+Blue) = 13+234+146=393 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.31% from 393); Green value is 234 (91.80% from 255 or 59.54% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 234 - color contains mainly: green. Hex color #0DEA92 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DEA92 is #F2156D. Grayscale: #9E9E9E. Windows color (decimal): -15865198 or 9628173. OLE color: 9628173.
HSL color Cylindrical-coordinate representation of color #0DEA92: hue angle of 156.11º 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 #0DEA92 is Cyan = 0.94, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 234 | 146 | - |
| CMYK | 0.94 | 0 | 0.38 | 0.08 |
| HSL | 156.11º | 0.89% | 0.48% | - |
| HSV(B) | 156.11º | 0.94% | 0.92% | - |
| XYZ | 34.78 | 61.01 | 37.14 | - |
| YUV | 157.89 | 121.28 | 24.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 234 | 146 | 0.94 | 0 | 0.38 | 0.08 | 156.11 | 0.89 | 0.48 |
| Hex | D | EA | 92 | 5E | 0 | 26 | 8 | 9C | 59 | 30 |
| Octal | 15 | 352 | 222 | 136 | 0 | 46 | 10 | 234 | 131 | 60 |
| Binary | 1101 | 11101010 | 10010010 | 1011110 | 0 | 100110 | 1000 | 10011100 | 1011001 | 110000 |
Color Harmonies of #0DEA92
Complementary color
Monochromatic Colors of #0DEA92
Black with #0DEA92
Text Example
Text Example
White with #0DEA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEA92; }
p { color: rgb(13,234,146); }
H1.HeaderClassName
{
color: #0DEA92;
}
.AnyTagClassName
{
color: #0DEA92;
}
</style>
background-color css
<style>
a { background-color: #0DEA92; }
a { background-color: rgb(13,234,146); }
div.DivClassName
{
background-color: #0DEA92;
}
.BgClassName
{
background-color: #0DEA92;
}
</style>
border-color css
<style>
span { border-color: #0DEA92; }
span { border-color: rgb(13,234,146); }
td.TdClassName
{
border-color: #0DEA92;
}
.TagClassName
{
border-color: #0DEA92;
}
</style>