Html Css Color HEX #0DF297 Medium Spring Green
📋 copy color: '#0DF297'red 13 ◦ green 242 ◦ blue 151
Shades of Medium Spring Green #0DF297
Tints of Medium Spring Green #0DF297
RGB
CMYK
RGB Variations
Color information
#0DF297 (or 0x0DF297) is known color: Medium Spring Green. HEX triplet: 0D, F2 and 97. RGB value is (13,242,151). Sum of RGB (Red+Green+Blue) = 13+242+151=406 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.20% from 406); Green value is 242 (94.92% from 255 or 59.61% from 406); Blue value is 151 (59.38% from 255 or 37.19% from 406); Max value from RGB is 242 - color contains mainly: green. Hex color #0DF297 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DF297 is #F20D68. Grayscale: #A3A3A3. Windows color (decimal): -15863145 or 9957901. OLE color: 9957901.
HSL color Cylindrical-coordinate representation of color #0DF297: hue angle of 156.16º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF297 is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 13 | 242 | 151 | - |
| CMYK | 0.95 | 0 | 0.38 | 0.05 |
| HSL | 156.16º | 0.9% | 0.5% | - |
| HSV(B) | 156.16º | 0.95% | 0.95% | - |
| XYZ | 37.5 | 65.82 | 40.01 | - |
| YUV | 163.16 | 121.13 | 20.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 242 | 151 | 0.95 | 0 | 0.38 | 0.05 | 156.16 | 0.9 | 0.5 |
| Hex | D | F2 | 97 | 5F | 0 | 26 | 5 | 9C | 5A | 32 |
| Octal | 15 | 362 | 227 | 137 | 0 | 46 | 5 | 234 | 132 | 62 |
| Binary | 1101 | 11110010 | 10010111 | 1011111 | 0 | 100110 | 101 | 10011100 | 1011010 | 110010 |
Color Harmonies of #0DF297
Complementary color
Monochromatic Colors of #0DF297
Black with #0DF297
Text Example
Text Example
White with #0DF297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF297; }
p { color: rgb(13,242,151); }
H1.HeaderClassName
{
color: #0DF297;
}
.AnyTagClassName
{
color: #0DF297;
}
</style>
background-color css
<style>
a { background-color: #0DF297; }
a { background-color: rgb(13,242,151); }
div.DivClassName
{
background-color: #0DF297;
}
.BgClassName
{
background-color: #0DF297;
}
</style>
border-color css
<style>
span { border-color: #0DF297; }
span { border-color: rgb(13,242,151); }
td.TdClassName
{
border-color: #0DF297;
}
.TagClassName
{
border-color: #0DF297;
}
</style>