Html Css Color HEX #0DECAB Medium Spring Green
📋 copy color: '#0DECAB'red 13 ◦ green 236 ◦ blue 171
Shades of Medium Spring Green #0DECAB
Tints of Medium Spring Green #0DECAB
RGB
CMYK
RGB Variations
Color information
#0DECAB (or 0x0DECAB) is known color: Medium Spring Green. HEX triplet: 0D, EC and AB. RGB value is (13,236,171). Sum of RGB (Red+Green+Blue) = 13+236+171=420 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.10% from 420); Green value is 236 (92.58% from 255 or 56.19% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 236 - color contains mainly: green. Hex color #0DECAB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DECAB is #F21354. Grayscale: #A1A1A1. Windows color (decimal): -15864661 or 11267085. OLE color: 11267085.
HSL color Cylindrical-coordinate representation of color #0DECAB: hue angle of 162.51º 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 #0DECAB is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 236 | 171 | - |
| CMYK | 0.94 | 0 | 0.28 | 0.07 |
| HSL | 162.51º | 0.9% | 0.49% | - |
| HSV(B) | 162.51º | 0.94% | 0.93% | - |
| XYZ | 37.51 | 63.02 | 48.71 | - |
| YUV | 161.91 | 133.12 | 21.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 236 | 171 | 0.94 | 0 | 0.28 | 0.07 | 162.51 | 0.9 | 0.49 |
| Hex | D | EC | AB | 5E | 0 | 1C | 7 | A3 | 5A | 31 |
| Octal | 15 | 354 | 253 | 136 | 0 | 34 | 7 | 243 | 132 | 61 |
| Binary | 1101 | 11101100 | 10101011 | 1011110 | 0 | 11100 | 111 | 10100011 | 1011010 | 110001 |
Color Harmonies of #0DECAB
Complementary color
Monochromatic Colors of #0DECAB
Black with #0DECAB
Text Example
Text Example
White with #0DECAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DECAB; }
p { color: rgb(13,236,171); }
H1.HeaderClassName
{
color: #0DECAB;
}
.AnyTagClassName
{
color: #0DECAB;
}
</style>
background-color css
<style>
a { background-color: #0DECAB; }
a { background-color: rgb(13,236,171); }
div.DivClassName
{
background-color: #0DECAB;
}
.BgClassName
{
background-color: #0DECAB;
}
</style>
border-color css
<style>
span { border-color: #0DECAB; }
span { border-color: rgb(13,236,171); }
td.TdClassName
{
border-color: #0DECAB;
}
.TagClassName
{
border-color: #0DECAB;
}
</style>