Shades of Spring Green #0DEC70
Tints of Spring Green #0DEC70
RGB
CMYK
RGB Variations
Color information
#0DEC70 (or 0x0DEC70) is known color: Spring Green. HEX triplet: 0D, EC and 70. RGB value is (13,236,112). Sum of RGB (Red+Green+Blue) = 13+236+112=361 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.60% from 361); Green value is 236 (92.58% from 255 or 65.37% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 236 - color contains mainly: green. Hex color #0DEC70 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DEC70 is #F2138F. Grayscale: #9B9B9B. Windows color (decimal): -15864720 or 7400461. OLE color: 7400461.
HSL color Cylindrical-coordinate representation of color #0DEC70: hue angle of 146.64º 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 #0DEC70 is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 236 | 112 | - |
| CMYK | 0.94 | 0 | 0.53 | 0.07 |
| HSL | 146.64º | 0.9% | 0.49% | - |
| HSV(B) | 146.64º | 0.94% | 0.93% | - |
| XYZ | 33.09 | 61.25 | 25.41 | - |
| YUV | 155.19 | 103.62 | 26.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 236 | 112 | 0.94 | 0 | 0.53 | 0.07 | 146.64 | 0.9 | 0.49 |
| Hex | D | EC | 70 | 5E | 0 | 35 | 7 | 93 | 5A | 31 |
| Octal | 15 | 354 | 160 | 136 | 0 | 65 | 7 | 223 | 132 | 61 |
| Binary | 1101 | 11101100 | 1110000 | 1011110 | 0 | 110101 | 111 | 10010011 | 1011010 | 110001 |
Color Harmonies of #0DEC70
Complementary color
Monochromatic Colors of #0DEC70
Black with #0DEC70
Text Example
Text Example
White with #0DEC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEC70; }
p { color: rgb(13,236,112); }
H1.HeaderClassName
{
color: #0DEC70;
}
.AnyTagClassName
{
color: #0DEC70;
}
</style>
background-color css
<style>
a { background-color: #0DEC70; }
a { background-color: rgb(13,236,112); }
div.DivClassName
{
background-color: #0DEC70;
}
.BgClassName
{
background-color: #0DEC70;
}
</style>
border-color css
<style>
span { border-color: #0DEC70; }
span { border-color: rgb(13,236,112); }
td.TdClassName
{
border-color: #0DEC70;
}
.TagClassName
{
border-color: #0DEC70;
}
</style>