Html Css Color HEX #0DED99 Medium Spring Green
📋 copy color: '#0DED99'red 13 ◦ green 237 ◦ blue 153
Shades of Medium Spring Green #0DED99
Tints of Medium Spring Green #0DED99
RGB
CMYK
RGB Variations
Color information
#0DED99 (or 0x0DED99) is known color: Medium Spring Green. HEX triplet: 0D, ED and 99. RGB value is (13,237,153). Sum of RGB (Red+Green+Blue) = 13+237+153=403 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.23% from 403); Green value is 237 (92.97% from 255 or 58.81% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 237 - color contains mainly: green. Hex color #0DED99 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DED99 is #F21266. Grayscale: #A0A0A0. Windows color (decimal): -15864423 or 10087693. OLE color: 10087693.
HSL color Cylindrical-coordinate representation of color #0DED99: hue angle of 157.5º 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 #0DED99 is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 237 | 153 | - |
| CMYK | 0.95 | 0 | 0.35 | 0.07 |
| HSL | 157.5º | 0.9% | 0.49% | - |
| HSV(B) | 157.5º | 0.95% | 0.93% | - |
| XYZ | 36.2 | 62.95 | 40.38 | - |
| YUV | 160.45 | 123.79 | 22.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 237 | 153 | 0.95 | 0 | 0.35 | 0.07 | 157.5 | 0.9 | 0.49 |
| Hex | D | ED | 99 | 5F | 0 | 23 | 7 | 9E | 5A | 31 |
| Octal | 15 | 355 | 231 | 137 | 0 | 43 | 7 | 236 | 132 | 61 |
| Binary | 1101 | 11101101 | 10011001 | 1011111 | 0 | 100011 | 111 | 10011110 | 1011010 | 110001 |
Color Harmonies of #0DED99
Complementary color
Monochromatic Colors of #0DED99
Black with #0DED99
Text Example
Text Example
White with #0DED99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DED99; }
p { color: rgb(13,237,153); }
H1.HeaderClassName
{
color: #0DED99;
}
.AnyTagClassName
{
color: #0DED99;
}
</style>
background-color css
<style>
a { background-color: #0DED99; }
a { background-color: rgb(13,237,153); }
div.DivClassName
{
background-color: #0DED99;
}
.BgClassName
{
background-color: #0DED99;
}
</style>
border-color css
<style>
span { border-color: #0DED99; }
span { border-color: rgb(13,237,153); }
td.TdClassName
{
border-color: #0DED99;
}
.TagClassName
{
border-color: #0DED99;
}
</style>