Html Css Color HEX #0DF6A9 Medium Spring Green
📋 copy color: '#0DF6A9'red 13 ◦ green 246 ◦ blue 169
Shades of Medium Spring Green #0DF6A9
Tints of Medium Spring Green #0DF6A9
RGB
CMYK
RGB Variations
Color information
#0DF6A9 (or 0x0DF6A9) is known color: Medium Spring Green. HEX triplet: 0D, F6 and A9. RGB value is (13,246,169). Sum of RGB (Red+Green+Blue) = 13+246+169=428 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.04% from 428); Green value is 246 (96.48% from 255 or 57.48% from 428); Blue value is 169 (66.41% from 255 or 39.49% from 428); Max value from RGB is 246 - color contains mainly: green. Hex color #0DF6A9 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DF6A9 is #F20956. Grayscale: #A7A7A7. Windows color (decimal): -15862103 or 11138573. OLE color: 11138573.
HSL color Cylindrical-coordinate representation of color #0DF6A9: hue angle of 160.17º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF6A9 is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 13 | 246 | 169 | - |
| CMYK | 0.95 | 0 | 0.31 | 0.04 |
| HSL | 160.17º | 0.93% | 0.51% | - |
| HSV(B) | 160.17º | 0.95% | 0.96% | - |
| XYZ | 40.28 | 68.86 | 48.7 | - |
| YUV | 167.56 | 128.81 | 17.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 246 | 169 | 0.95 | 0 | 0.31 | 0.04 | 160.17 | 0.93 | 0.51 |
| Hex | D | F6 | A9 | 5F | 0 | 1F | 4 | A0 | 5D | 33 |
| Octal | 15 | 366 | 251 | 137 | 0 | 37 | 4 | 240 | 135 | 63 |
| Binary | 1101 | 11110110 | 10101001 | 1011111 | 0 | 11111 | 100 | 10100000 | 1011101 | 110011 |
Color Harmonies of #0DF6A9
Complementary color
Monochromatic Colors of #0DF6A9
Black with #0DF6A9
Text Example
Text Example
White with #0DF6A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF6A9; }
p { color: rgb(13,246,169); }
H1.HeaderClassName
{
color: #0DF6A9;
}
.AnyTagClassName
{
color: #0DF6A9;
}
</style>
background-color css
<style>
a { background-color: #0DF6A9; }
a { background-color: rgb(13,246,169); }
div.DivClassName
{
background-color: #0DF6A9;
}
.BgClassName
{
background-color: #0DF6A9;
}
</style>
border-color css
<style>
span { border-color: #0DF6A9; }
span { border-color: rgb(13,246,169); }
td.TdClassName
{
border-color: #0DF6A9;
}
.TagClassName
{
border-color: #0DF6A9;
}
</style>