Html Css Color HEX #0DECAA Medium Spring Green
📋 copy color: '#0DECAA'red 13 ◦ green 236 ◦ blue 170
Shades of Medium Spring Green #0DECAA
Tints of Medium Spring Green #0DECAA
RGB
CMYK
RGB Variations
Color information
#0DECAA (or 0x0DECAA) is known color: Medium Spring Green. HEX triplet: 0D, EC and AA. RGB value is (13,236,170). Sum of RGB (Red+Green+Blue) = 13+236+170=419 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.10% from 419); Green value is 236 (92.58% from 255 or 56.32% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 236 - color contains mainly: green. Hex color #0DECAA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DECAA is #F21355. Grayscale: #A1A1A1. Windows color (decimal): -15864662 or 11201549. OLE color: 11201549.
HSL color Cylindrical-coordinate representation of color #0DECAA: hue angle of 162.24º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DECAA is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 236 | 170 | - |
| CMYK | 0.94 | 0 | 0.28 | 0.07 |
| HSL | 162.24º | 0.9% | 0.49% | - |
| HSV(B) | 162.24º | 0.94% | 0.93% | - |
| XYZ | 37.42 | 62.98 | 48.21 | - |
| YUV | 161.8 | 132.62 | 21.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 236 | 170 | 0.94 | 0 | 0.28 | 0.07 | 162.24 | 0.9 | 0.49 |
| Hex | D | EC | AA | 5E | 0 | 1C | 7 | A2 | 5A | 31 |
| Octal | 15 | 354 | 252 | 136 | 0 | 34 | 7 | 242 | 132 | 61 |
| Binary | 1101 | 11101100 | 10101010 | 1011110 | 0 | 11100 | 111 | 10100010 | 1011010 | 110001 |
Color Harmonies of #0DECAA
Complementary color
Monochromatic Colors of #0DECAA
Black with #0DECAA
Text Example
Text Example
White with #0DECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DECAA; }
p { color: rgb(13,236,170); }
H1.HeaderClassName
{
color: #0DECAA;
}
.AnyTagClassName
{
color: #0DECAA;
}
</style>
background-color css
<style>
a { background-color: #0DECAA; }
a { background-color: rgb(13,236,170); }
div.DivClassName
{
background-color: #0DECAA;
}
.BgClassName
{
background-color: #0DECAA;
}
</style>
border-color css
<style>
span { border-color: #0DECAA; }
span { border-color: rgb(13,236,170); }
td.TdClassName
{
border-color: #0DECAA;
}
.TagClassName
{
border-color: #0DECAA;
}
</style>