Html Css Color HEX #0DEDA7 Medium Spring Green
📋 copy color: '#0DEDA7'red 13 ◦ green 237 ◦ blue 167
Shades of Medium Spring Green #0DEDA7
Tints of Medium Spring Green #0DEDA7
RGB
CMYK
RGB Variations
Color information
#0DEDA7 (or 0x0DEDA7) is known color: Medium Spring Green. HEX triplet: 0D, ED and A7. RGB value is (13,237,167). Sum of RGB (Red+Green+Blue) = 13+237+167=417 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.12% from 417); Green value is 237 (92.97% from 255 or 56.83% from 417); Blue value is 167 (65.62% from 255 or 40.05% from 417); Max value from RGB is 237 - color contains mainly: green. Hex color #0DEDA7 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DEDA7 is #F21258. Grayscale: #A2A2A2. Windows color (decimal): -15864409 or 11005197. OLE color: 11005197.
HSL color Cylindrical-coordinate representation of color #0DEDA7: hue angle of 161.25º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DEDA7 is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 237 | 167 | - |
| CMYK | 0.95 | 0 | 0.30 | 0.07 |
| HSL | 161.25º | 0.9% | 0.49% | - |
| HSV(B) | 161.25º | 0.95% | 0.93% | - |
| XYZ | 37.43 | 63.44 | 46.83 | - |
| YUV | 162.04 | 130.79 | 21.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 237 | 167 | 0.95 | 0 | 0.30 | 0.07 | 161.25 | 0.9 | 0.49 |
| Hex | D | ED | A7 | 5F | 0 | 1E | 7 | A1 | 5A | 31 |
| Octal | 15 | 355 | 247 | 137 | 0 | 36 | 7 | 241 | 132 | 61 |
| Binary | 1101 | 11101101 | 10100111 | 1011111 | 0 | 11110 | 111 | 10100001 | 1011010 | 110001 |
Color Harmonies of #0DEDA7
Complementary color
Monochromatic Colors of #0DEDA7
Black with #0DEDA7
Text Example
Text Example
White with #0DEDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEDA7; }
p { color: rgb(13,237,167); }
H1.HeaderClassName
{
color: #0DEDA7;
}
.AnyTagClassName
{
color: #0DEDA7;
}
</style>
background-color css
<style>
a { background-color: #0DEDA7; }
a { background-color: rgb(13,237,167); }
div.DivClassName
{
background-color: #0DEDA7;
}
.BgClassName
{
background-color: #0DEDA7;
}
</style>
border-color css
<style>
span { border-color: #0DEDA7; }
span { border-color: rgb(13,237,167); }
td.TdClassName
{
border-color: #0DEDA7;
}
.TagClassName
{
border-color: #0DEDA7;
}
</style>