Html Css Color HEX #0DFA9F Medium Spring Green
📋 copy color: '#0DFA9F'red 13 ◦ green 250 ◦ blue 159
Shades of Medium Spring Green #0DFA9F
Tints of Medium Spring Green #0DFA9F
RGB
CMYK
RGB Variations
Color information
#0DFA9F (or 0x0DFA9F) is known color: Medium Spring Green. HEX triplet: 0D, FA and 9F. RGB value is (13,250,159). Sum of RGB (Red+Green+Blue) = 13+250+159=422 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.08% from 422); Green value is 250 (98.05% from 255 or 59.24% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 250 - color contains mainly: green. Hex color #0DFA9F is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DFA9F is #F20560. Grayscale: #A8A8A8. Windows color (decimal): -15861089 or 10484237. OLE color: 10484237.
HSL color Cylindrical-coordinate representation of color #0DFA9F: hue angle of 156.96º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFA9F is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 250 | 159 | - |
| CMYK | 0.95 | 0 | 0.36 | 0.02 |
| HSL | 156.96º | 0.96% | 0.52% | - |
| HSV(B) | 156.96º | 0.95% | 0.98% | - |
| XYZ | 40.61 | 70.96 | 44.36 | - |
| YUV | 168.76 | 122.48 | 16.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 250 | 159 | 0.95 | 0 | 0.36 | 0.02 | 156.96 | 0.96 | 0.52 |
| Hex | D | FA | 9F | 5F | 0 | 24 | 2 | 9D | 60 | 34 |
| Octal | 15 | 372 | 237 | 137 | 0 | 44 | 2 | 235 | 140 | 64 |
| Binary | 1101 | 11111010 | 10011111 | 1011111 | 0 | 100100 | 10 | 10011101 | 1100000 | 110100 |
Color Harmonies of #0DFA9F
Complementary color
Monochromatic Colors of #0DFA9F
Black with #0DFA9F
Text Example
Text Example
White with #0DFA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFA9F; }
p { color: rgb(13,250,159); }
H1.HeaderClassName
{
color: #0DFA9F;
}
.AnyTagClassName
{
color: #0DFA9F;
}
</style>
background-color css
<style>
a { background-color: #0DFA9F; }
a { background-color: rgb(13,250,159); }
div.DivClassName
{
background-color: #0DFA9F;
}
.BgClassName
{
background-color: #0DFA9F;
}
</style>
border-color css
<style>
span { border-color: #0DFA9F; }
span { border-color: rgb(13,250,159); }
td.TdClassName
{
border-color: #0DFA9F;
}
.TagClassName
{
border-color: #0DFA9F;
}
</style>