Html Css Color HEX #0DF9B7 Medium Spring Green
📋 copy color: '#0DF9B7'red 13 ◦ green 249 ◦ blue 183
Shades of Medium Spring Green #0DF9B7
Tints of Medium Spring Green #0DF9B7
RGB
CMYK
RGB Variations
Color information
#0DF9B7 (or 0x0DF9B7) is known color: Medium Spring Green. HEX triplet: 0D, F9 and B7. RGB value is (13,249,183). Sum of RGB (Red+Green+Blue) = 13+249+183=445 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.92% from 445); Green value is 249 (97.66% from 255 or 55.96% from 445); Blue value is 183 (71.88% from 255 or 41.12% from 445); Max value from RGB is 249 - color contains mainly: green. Hex color #0DF9B7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DF9B7 is #F20648. Grayscale: #AAAAAA. Windows color (decimal): -15861321 or 12056845. OLE color: 12056845.
HSL color Cylindrical-coordinate representation of color #0DF9B7: hue angle of 163.22º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF9B7 is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 249 | 183 | - |
| CMYK | 0.95 | 0 | 0.27 | 0.02 |
| HSL | 163.22º | 0.95% | 0.51% | - |
| HSV(B) | 163.22º | 0.95% | 0.98% | - |
| XYZ | 42.59 | 71.26 | 56.31 | - |
| YUV | 170.91 | 134.81 | 15.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 249 | 183 | 0.95 | 0 | 0.27 | 0.02 | 163.22 | 0.95 | 0.51 |
| Hex | D | F9 | B7 | 5F | 0 | 1B | 2 | A3 | 5F | 33 |
| Octal | 15 | 371 | 267 | 137 | 0 | 33 | 2 | 243 | 137 | 63 |
| Binary | 1101 | 11111001 | 10110111 | 1011111 | 0 | 11011 | 10 | 10100011 | 1011111 | 110011 |
Color Harmonies of #0DF9B7
Complementary color
Monochromatic Colors of #0DF9B7
Black with #0DF9B7
Text Example
Text Example
White with #0DF9B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF9B7; }
p { color: rgb(13,249,183); }
H1.HeaderClassName
{
color: #0DF9B7;
}
.AnyTagClassName
{
color: #0DF9B7;
}
</style>
background-color css
<style>
a { background-color: #0DF9B7; }
a { background-color: rgb(13,249,183); }
div.DivClassName
{
background-color: #0DF9B7;
}
.BgClassName
{
background-color: #0DF9B7;
}
</style>
border-color css
<style>
span { border-color: #0DF9B7; }
span { border-color: rgb(13,249,183); }
td.TdClassName
{
border-color: #0DF9B7;
}
.TagClassName
{
border-color: #0DF9B7;
}
</style>