Shades of Spring Green #0DEC7B
Tints of Spring Green #0DEC7B
RGB
CMYK
RGB Variations
Color information
#0DEC7B (or 0x0DEC7B) is known color: Spring Green. HEX triplet: 0D, EC and 7B. RGB value is (13,236,123). Sum of RGB (Red+Green+Blue) = 13+236+123=372 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.49% from 372); Green value is 236 (92.58% from 255 or 63.44% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 236 - color contains mainly: green. Hex color #0DEC7B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DEC7B is #F21384. Grayscale: #9C9C9C. Windows color (decimal): -15864709 or 8121357. OLE color: 8121357.
HSL color Cylindrical-coordinate representation of color #0DEC7B: hue angle of 149.6º 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 #0DEC7B is Cyan = 0.94, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 236 | 123 | - |
| CMYK | 0.94 | 0 | 0.48 | 0.07 |
| HSL | 149.6º | 0.9% | 0.49% | - |
| HSV(B) | 149.6º | 0.94% | 0.93% | - |
| XYZ | 33.74 | 61.51 | 28.83 | - |
| YUV | 156.44 | 109.12 | 25.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 236 | 123 | 0.94 | 0 | 0.48 | 0.07 | 149.6 | 0.9 | 0.49 |
| Hex | D | EC | 7B | 5E | 0 | 30 | 7 | 96 | 5A | 31 |
| Octal | 15 | 354 | 173 | 136 | 0 | 60 | 7 | 226 | 132 | 61 |
| Binary | 1101 | 11101100 | 1111011 | 1011110 | 0 | 110000 | 111 | 10010110 | 1011010 | 110001 |
Color Harmonies of #0DEC7B
Complementary color
Monochromatic Colors of #0DEC7B
Black with #0DEC7B
Text Example
Text Example
White with #0DEC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEC7B; }
p { color: rgb(13,236,123); }
H1.HeaderClassName
{
color: #0DEC7B;
}
.AnyTagClassName
{
color: #0DEC7B;
}
</style>
background-color css
<style>
a { background-color: #0DEC7B; }
a { background-color: rgb(13,236,123); }
div.DivClassName
{
background-color: #0DEC7B;
}
.BgClassName
{
background-color: #0DEC7B;
}
</style>
border-color css
<style>
span { border-color: #0DEC7B; }
span { border-color: rgb(13,236,123); }
td.TdClassName
{
border-color: #0DEC7B;
}
.TagClassName
{
border-color: #0DEC7B;
}
</style>