Html Css Color HEX #0DF7BA Medium Spring Green
📋 copy color: '#0DF7BA'red 13 ◦ green 247 ◦ blue 186
Shades of Medium Spring Green #0DF7BA
Tints of Medium Spring Green #0DF7BA
RGB
CMYK
RGB Variations
Color information
#0DF7BA (or 0x0DF7BA) is known color: Medium Spring Green. HEX triplet: 0D, F7 and BA. RGB value is (13,247,186). Sum of RGB (Red+Green+Blue) = 13+247+186=446 (59% of max value = 765). Red value is 13 (5.47% from 255 or 2.91% from 446); Green value is 247 (96.88% from 255 or 55.38% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 247 - color contains mainly: green. Hex color #0DF7BA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DF7BA is #F20845. Grayscale: #AAAAAA. Windows color (decimal): -15861830 or 12252941. OLE color: 12252941.
HSL color Cylindrical-coordinate representation of color #0DF7BA: hue angle of 164.36º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF7BA is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 13 | 247 | 186 | - |
| CMYK | 0.95 | 0 | 0.25 | 0.03 |
| HSL | 164.36º | 0.94% | 0.51% | - |
| HSV(B) | 164.36º | 0.95% | 0.97% | - |
| XYZ | 42.29 | 70.15 | 57.77 | - |
| YUV | 170.08 | 136.98 | 15.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 247 | 186 | 0.95 | 0 | 0.25 | 0.03 | 164.36 | 0.94 | 0.51 |
| Hex | D | F7 | BA | 5F | 0 | 19 | 3 | A4 | 5E | 33 |
| Octal | 15 | 367 | 272 | 137 | 0 | 31 | 3 | 244 | 136 | 63 |
| Binary | 1101 | 11110111 | 10111010 | 1011111 | 0 | 11001 | 11 | 10100100 | 1011110 | 110011 |
Color Harmonies of #0DF7BA
Complementary color
Monochromatic Colors of #0DF7BA
Black with #0DF7BA
Text Example
Text Example
White with #0DF7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF7BA; }
p { color: rgb(13,247,186); }
H1.HeaderClassName
{
color: #0DF7BA;
}
.AnyTagClassName
{
color: #0DF7BA;
}
</style>
background-color css
<style>
a { background-color: #0DF7BA; }
a { background-color: rgb(13,247,186); }
div.DivClassName
{
background-color: #0DF7BA;
}
.BgClassName
{
background-color: #0DF7BA;
}
</style>
border-color css
<style>
span { border-color: #0DF7BA; }
span { border-color: rgb(13,247,186); }
td.TdClassName
{
border-color: #0DF7BA;
}
.TagClassName
{
border-color: #0DF7BA;
}
</style>