Shades of Spring Green #0DEA7D
Tints of Spring Green #0DEA7D
RGB
CMYK
RGB Variations
Color information
#0DEA7D (or 0x0DEA7D) is known color: Spring Green. HEX triplet: 0D, EA and 7D. RGB value is (13,234,125). Sum of RGB (Red+Green+Blue) = 13+234+125=372 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.49% from 372); Green value is 234 (91.80% from 255 or 62.90% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 234 - color contains mainly: green. Hex color #0DEA7D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DEA7D is #F21582. Grayscale: #9B9B9B. Windows color (decimal): -15865219 or 8251917. OLE color: 8251917.
HSL color Cylindrical-coordinate representation of color #0DEA7D: hue angle of 150.41º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DEA7D is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 234 | 125 | - |
| CMYK | 0.94 | 0 | 0.47 | 0.08 |
| HSL | 150.41º | 0.89% | 0.48% | - |
| HSV(B) | 150.41º | 0.94% | 0.92% | - |
| XYZ | 33.29 | 60.41 | 29.31 | - |
| YUV | 155.5 | 110.78 | 26.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 234 | 125 | 0.94 | 0 | 0.47 | 0.08 | 150.41 | 0.89 | 0.48 |
| Hex | D | EA | 7D | 5E | 0 | 2F | 8 | 96 | 59 | 30 |
| Octal | 15 | 352 | 175 | 136 | 0 | 57 | 10 | 226 | 131 | 60 |
| Binary | 1101 | 11101010 | 1111101 | 1011110 | 0 | 101111 | 1000 | 10010110 | 1011001 | 110000 |
Color Harmonies of #0DEA7D
Complementary color
Monochromatic Colors of #0DEA7D
Black with #0DEA7D
Text Example
Text Example
White with #0DEA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEA7D; }
p { color: rgb(13,234,125); }
H1.HeaderClassName
{
color: #0DEA7D;
}
.AnyTagClassName
{
color: #0DEA7D;
}
</style>
background-color css
<style>
a { background-color: #0DEA7D; }
a { background-color: rgb(13,234,125); }
div.DivClassName
{
background-color: #0DEA7D;
}
.BgClassName
{
background-color: #0DEA7D;
}
</style>
border-color css
<style>
span { border-color: #0DEA7D; }
span { border-color: rgb(13,234,125); }
td.TdClassName
{
border-color: #0DEA7D;
}
.TagClassName
{
border-color: #0DEA7D;
}
</style>