Html Css Color HEX #0DF0A0 Medium Spring Green
📋 copy color: '#0DF0A0'red 13 ◦ green 240 ◦ blue 160
Shades of Medium Spring Green #0DF0A0
Tints of Medium Spring Green #0DF0A0
RGB
CMYK
RGB Variations
Color information
#0DF0A0 (or 0x0DF0A0) is known color: Medium Spring Green. HEX triplet: 0D, F0 and A0. RGB value is (13,240,160). Sum of RGB (Red+Green+Blue) = 13+240+160=413 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.15% from 413); Green value is 240 (94.14% from 255 or 58.11% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 240 - color contains mainly: green. Hex color #0DF0A0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DF0A0 is #F20F5F. Grayscale: #A3A3A3. Windows color (decimal): -15863648 or 10547213. OLE color: 10547213.
HSL color Cylindrical-coordinate representation of color #0DF0A0: hue angle of 158.85º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF0A0 is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 13 | 240 | 160 | - |
| CMYK | 0.95 | 0 | 0.33 | 0.06 |
| HSL | 158.85º | 0.9% | 0.5% | - |
| HSV(B) | 158.85º | 0.95% | 0.94% | - |
| XYZ | 37.67 | 64.94 | 43.81 | - |
| YUV | 163.01 | 126.29 | 21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 240 | 160 | 0.95 | 0 | 0.33 | 0.06 | 158.85 | 0.9 | 0.5 |
| Hex | D | F0 | A0 | 5F | 0 | 21 | 6 | 9F | 5A | 32 |
| Octal | 15 | 360 | 240 | 137 | 0 | 41 | 6 | 237 | 132 | 62 |
| Binary | 1101 | 11110000 | 10100000 | 1011111 | 0 | 100001 | 110 | 10011111 | 1011010 | 110010 |
Color Harmonies of #0DF0A0
Complementary color
Monochromatic Colors of #0DF0A0
Black with #0DF0A0
Text Example
Text Example
White with #0DF0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF0A0; }
p { color: rgb(13,240,160); }
H1.HeaderClassName
{
color: #0DF0A0;
}
.AnyTagClassName
{
color: #0DF0A0;
}
</style>
background-color css
<style>
a { background-color: #0DF0A0; }
a { background-color: rgb(13,240,160); }
div.DivClassName
{
background-color: #0DF0A0;
}
.BgClassName
{
background-color: #0DF0A0;
}
</style>
border-color css
<style>
span { border-color: #0DF0A0; }
span { border-color: rgb(13,240,160); }
td.TdClassName
{
border-color: #0DF0A0;
}
.TagClassName
{
border-color: #0DF0A0;
}
</style>