Shades of Spring Green #0DE17E
Tints of Spring Green #0DE17E
RGB
CMYK
RGB Variations
Color information
#0DE17E (or 0x0DE17E) is known color: Spring Green. HEX triplet: 0D, E1 and 7E. RGB value is (13,225,126). Sum of RGB (Red+Green+Blue) = 13+225+126=364 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.57% from 364); Green value is 225 (88.28% from 255 or 61.81% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 225 - color contains mainly: green. Hex color #0DE17E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DE17E is #F21E81. Grayscale: #969696. Windows color (decimal): -15867522 or 8315149. OLE color: 8315149.
HSL color Cylindrical-coordinate representation of color #0DE17E: hue angle of 151.98º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE17E is Cyan = 0.94, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 13 | 225 | 126 | - |
| CMYK | 0.94 | 0 | 0.44 | 0.12 |
| HSL | 151.98º | 0.89% | 0.47% | - |
| HSV(B) | 151.98º | 0.94% | 0.88% | - |
| XYZ | 30.86 | 55.44 | 28.81 | - |
| YUV | 150.33 | 114.26 | 30.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 225 | 126 | 0.94 | 0 | 0.44 | 0.12 | 151.98 | 0.89 | 0.47 |
| Hex | D | E1 | 7E | 5E | 0 | 2C | C | 98 | 59 | 2F |
| Octal | 15 | 341 | 176 | 136 | 0 | 54 | 14 | 230 | 131 | 57 |
| Binary | 1101 | 11100001 | 1111110 | 1011110 | 0 | 101100 | 1100 | 10011000 | 1011001 | 101111 |
Color Harmonies of #0DE17E
Complementary color
Monochromatic Colors of #0DE17E
Black with #0DE17E
Text Example
Text Example
White with #0DE17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE17E; }
p { color: rgb(13,225,126); }
H1.HeaderClassName
{
color: #0DE17E;
}
.AnyTagClassName
{
color: #0DE17E;
}
</style>
background-color css
<style>
a { background-color: #0DE17E; }
a { background-color: rgb(13,225,126); }
div.DivClassName
{
background-color: #0DE17E;
}
.BgClassName
{
background-color: #0DE17E;
}
</style>
border-color css
<style>
span { border-color: #0DE17E; }
span { border-color: rgb(13,225,126); }
td.TdClassName
{
border-color: #0DE17E;
}
.TagClassName
{
border-color: #0DE17E;
}
</style>