Shades of Spring Green #0DEC6C
Tints of Spring Green #0DEC6C
RGB
CMYK
RGB Variations
Color information
#0DEC6C (or 0x0DEC6C) is known color: Spring Green. HEX triplet: 0D, EC and 6C. RGB value is (13,236,108). Sum of RGB (Red+Green+Blue) = 13+236+108=357 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.64% from 357); Green value is 236 (92.58% from 255 or 66.11% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 236 - color contains mainly: green. Hex color #0DEC6C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DEC6C is #F21393. Grayscale: #9B9B9B. Windows color (decimal): -15864724 or 7138317. OLE color: 7138317.
HSL color Cylindrical-coordinate representation of color #0DEC6C: hue angle of 145.56º 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 #0DEC6C is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 236 | 108 | - |
| CMYK | 0.94 | 0 | 0.54 | 0.07 |
| HSL | 145.56º | 0.9% | 0.49% | - |
| HSV(B) | 145.56º | 0.94% | 0.93% | - |
| XYZ | 32.87 | 61.16 | 24.26 | - |
| YUV | 154.73 | 101.62 | 26.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 236 | 108 | 0.94 | 0 | 0.54 | 0.07 | 145.56 | 0.9 | 0.49 |
| Hex | D | EC | 6C | 5E | 0 | 36 | 7 | 92 | 5A | 31 |
| Octal | 15 | 354 | 154 | 136 | 0 | 66 | 7 | 222 | 132 | 61 |
| Binary | 1101 | 11101100 | 1101100 | 1011110 | 0 | 110110 | 111 | 10010010 | 1011010 | 110001 |
Color Harmonies of #0DEC6C
Complementary color
Monochromatic Colors of #0DEC6C
Black with #0DEC6C
Text Example
Text Example
White with #0DEC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEC6C; }
p { color: rgb(13,236,108); }
H1.HeaderClassName
{
color: #0DEC6C;
}
.AnyTagClassName
{
color: #0DEC6C;
}
</style>
background-color css
<style>
a { background-color: #0DEC6C; }
a { background-color: rgb(13,236,108); }
div.DivClassName
{
background-color: #0DEC6C;
}
.BgClassName
{
background-color: #0DEC6C;
}
</style>
border-color css
<style>
span { border-color: #0DEC6C; }
span { border-color: rgb(13,236,108); }
td.TdClassName
{
border-color: #0DEC6C;
}
.TagClassName
{
border-color: #0DEC6C;
}
</style>