Html Css Color HEX #0DF596 Medium Spring Green
📋 copy color: '#0DF596'red 13 ◦ green 245 ◦ blue 150
Shades of Medium Spring Green #0DF596
Tints of Medium Spring Green #0DF596
RGB
CMYK
RGB Variations
Color information
#0DF596 (or 0x0DF596) is known color: Medium Spring Green. HEX triplet: 0D, F5 and 96. RGB value is (13,245,150). Sum of RGB (Red+Green+Blue) = 13+245+150=408 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.19% from 408); Green value is 245 (96.09% from 255 or 60.05% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 245 - color contains mainly: green. Hex color #0DF596 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DF596 is #F20A69. Grayscale: #A4A4A4. Windows color (decimal): -15862378 or 9893133. OLE color: 9893133.
HSL color Cylindrical-coordinate representation of color #0DF596: hue angle of 155.43º degrees, saturation: 0.92, 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 #0DF596 is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 13 | 245 | 150 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.04 |
| HSL | 155.43º | 0.92% | 0.51% | - |
| HSV(B) | 155.43º | 0.95% | 0.96% | - |
| XYZ | 38.32 | 67.59 | 39.88 | - |
| YUV | 164.8 | 119.64 | 19.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 245 | 150 | 0.95 | 0 | 0.39 | 0.04 | 155.43 | 0.92 | 0.51 |
| Hex | D | F5 | 96 | 5F | 0 | 27 | 4 | 9B | 5C | 33 |
| Octal | 15 | 365 | 226 | 137 | 0 | 47 | 4 | 233 | 134 | 63 |
| Binary | 1101 | 11110101 | 10010110 | 1011111 | 0 | 100111 | 100 | 10011011 | 1011100 | 110011 |
Color Harmonies of #0DF596
Complementary color
Monochromatic Colors of #0DF596
Black with #0DF596
Text Example
Text Example
White with #0DF596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF596; }
p { color: rgb(13,245,150); }
H1.HeaderClassName
{
color: #0DF596;
}
.AnyTagClassName
{
color: #0DF596;
}
</style>
background-color css
<style>
a { background-color: #0DF596; }
a { background-color: rgb(13,245,150); }
div.DivClassName
{
background-color: #0DF596;
}
.BgClassName
{
background-color: #0DF596;
}
</style>
border-color css
<style>
span { border-color: #0DF596; }
span { border-color: rgb(13,245,150); }
td.TdClassName
{
border-color: #0DF596;
}
.TagClassName
{
border-color: #0DF596;
}
</style>