Shades of Spring Green #0DEC72
Tints of Spring Green #0DEC72
RGB
CMYK
RGB Variations
Color information
#0DEC72 (or 0x0DEC72) is known color: Spring Green. HEX triplet: 0D, EC and 72. RGB value is (13,236,114). Sum of RGB (Red+Green+Blue) = 13+236+114=363 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.58% from 363); Green value is 236 (92.58% from 255 or 65.01% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 236 - color contains mainly: green. Hex color #0DEC72 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DEC72 is #F2138D. Grayscale: #9B9B9B. Windows color (decimal): -15864718 or 7531533. OLE color: 7531533.
HSL color Cylindrical-coordinate representation of color #0DEC72: hue angle of 147.17º 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 #0DEC72 is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 236 | 114 | - |
| CMYK | 0.94 | 0 | 0.52 | 0.07 |
| HSL | 147.17º | 0.9% | 0.49% | - |
| HSV(B) | 147.17º | 0.94% | 0.93% | - |
| XYZ | 33.2 | 61.29 | 26 | - |
| YUV | 155.42 | 104.62 | 26.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 236 | 114 | 0.94 | 0 | 0.52 | 0.07 | 147.17 | 0.9 | 0.49 |
| Hex | D | EC | 72 | 5E | 0 | 34 | 7 | 93 | 5A | 31 |
| Octal | 15 | 354 | 162 | 136 | 0 | 64 | 7 | 223 | 132 | 61 |
| Binary | 1101 | 11101100 | 1110010 | 1011110 | 0 | 110100 | 111 | 10010011 | 1011010 | 110001 |
Color Harmonies of #0DEC72
Complementary color
Monochromatic Colors of #0DEC72
Black with #0DEC72
Text Example
Text Example
White with #0DEC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEC72; }
p { color: rgb(13,236,114); }
H1.HeaderClassName
{
color: #0DEC72;
}
.AnyTagClassName
{
color: #0DEC72;
}
</style>
background-color css
<style>
a { background-color: #0DEC72; }
a { background-color: rgb(13,236,114); }
div.DivClassName
{
background-color: #0DEC72;
}
.BgClassName
{
background-color: #0DEC72;
}
</style>
border-color css
<style>
span { border-color: #0DEC72; }
span { border-color: rgb(13,236,114); }
td.TdClassName
{
border-color: #0DEC72;
}
.TagClassName
{
border-color: #0DEC72;
}
</style>