Html Css Color HEX #0DECA2 Medium Spring Green
📋 copy color: '#0DECA2'red 13 ◦ green 236 ◦ blue 162
Shades of Medium Spring Green #0DECA2
Tints of Medium Spring Green #0DECA2
RGB
CMYK
RGB Variations
Color information
#0DECA2 (or 0x0DECA2) is known color: Medium Spring Green. HEX triplet: 0D, EC and A2. RGB value is (13,236,162). Sum of RGB (Red+Green+Blue) = 13+236+162=411 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.16% from 411); Green value is 236 (92.58% from 255 or 57.42% from 411); Blue value is 162 (63.67% from 255 or 39.42% from 411); Max value from RGB is 236 - color contains mainly: green. Hex color #0DECA2 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DECA2 is #F2135D. Grayscale: #A0A0A0. Windows color (decimal): -15864670 or 10677261. OLE color: 10677261.
HSL color Cylindrical-coordinate representation of color #0DECA2: hue angle of 160.09º 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 #0DECA2 is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 236 | 162 | - |
| CMYK | 0.94 | 0 | 0.31 | 0.07 |
| HSL | 160.09º | 0.9% | 0.49% | - |
| HSV(B) | 160.09º | 0.94% | 0.93% | - |
| XYZ | 36.68 | 62.69 | 44.35 | - |
| YUV | 160.89 | 128.62 | 22.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 236 | 162 | 0.94 | 0 | 0.31 | 0.07 | 160.09 | 0.9 | 0.49 |
| Hex | D | EC | A2 | 5E | 0 | 1F | 7 | A0 | 5A | 31 |
| Octal | 15 | 354 | 242 | 136 | 0 | 37 | 7 | 240 | 132 | 61 |
| Binary | 1101 | 11101100 | 10100010 | 1011110 | 0 | 11111 | 111 | 10100000 | 1011010 | 110001 |
Color Harmonies of #0DECA2
Complementary color
Monochromatic Colors of #0DECA2
Black with #0DECA2
Text Example
Text Example
White with #0DECA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DECA2; }
p { color: rgb(13,236,162); }
H1.HeaderClassName
{
color: #0DECA2;
}
.AnyTagClassName
{
color: #0DECA2;
}
</style>
background-color css
<style>
a { background-color: #0DECA2; }
a { background-color: rgb(13,236,162); }
div.DivClassName
{
background-color: #0DECA2;
}
.BgClassName
{
background-color: #0DECA2;
}
</style>
border-color css
<style>
span { border-color: #0DECA2; }
span { border-color: rgb(13,236,162); }
td.TdClassName
{
border-color: #0DECA2;
}
.TagClassName
{
border-color: #0DECA2;
}
</style>