Html Css Color HEX #0DF18E Medium Spring Green
📋 copy color: '#0DF18E'red 13 ◦ green 241 ◦ blue 142
Shades of Medium Spring Green #0DF18E
Tints of Medium Spring Green #0DF18E
RGB
CMYK
RGB Variations
Color information
#0DF18E (or 0x0DF18E) is known color: Medium Spring Green. HEX triplet: 0D, F1 and 8E. RGB value is (13,241,142). Sum of RGB (Red+Green+Blue) = 13+241+142=396 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.28% from 396); Green value is 241 (94.53% from 255 or 60.86% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 241 - color contains mainly: green. Hex color #0DF18E is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DF18E is #F20E71. Grayscale: #A1A1A1. Windows color (decimal): -15863410 or 9367821. OLE color: 9367821.
HSL color Cylindrical-coordinate representation of color #0DF18E: hue angle of 153.95º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF18E is Cyan = 0.95, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 13 | 241 | 142 | - |
| CMYK | 0.95 | 0 | 0.41 | 0.05 |
| HSL | 153.95º | 0.9% | 0.5% | - |
| HSV(B) | 153.95º | 0.95% | 0.95% | - |
| XYZ | 36.5 | 64.95 | 36.2 | - |
| YUV | 161.54 | 116.96 | 22.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 241 | 142 | 0.95 | 0 | 0.41 | 0.05 | 153.95 | 0.9 | 0.5 |
| Hex | D | F1 | 8E | 5F | 0 | 29 | 5 | 9A | 5A | 32 |
| Octal | 15 | 361 | 216 | 137 | 0 | 51 | 5 | 232 | 132 | 62 |
| Binary | 1101 | 11110001 | 10001110 | 1011111 | 0 | 101001 | 101 | 10011010 | 1011010 | 110010 |
Color Harmonies of #0DF18E
Complementary color
Monochromatic Colors of #0DF18E
Black with #0DF18E
Text Example
Text Example
White with #0DF18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF18E; }
p { color: rgb(13,241,142); }
H1.HeaderClassName
{
color: #0DF18E;
}
.AnyTagClassName
{
color: #0DF18E;
}
</style>
background-color css
<style>
a { background-color: #0DF18E; }
a { background-color: rgb(13,241,142); }
div.DivClassName
{
background-color: #0DF18E;
}
.BgClassName
{
background-color: #0DF18E;
}
</style>
border-color css
<style>
span { border-color: #0DF18E; }
span { border-color: rgb(13,241,142); }
td.TdClassName
{
border-color: #0DF18E;
}
.TagClassName
{
border-color: #0DF18E;
}
</style>