Html Css Color HEX #0DF1AB Medium Spring Green
📋 copy color: '#0DF1AB'red 13 ◦ green 241 ◦ blue 171
Shades of Medium Spring Green #0DF1AB
Tints of Medium Spring Green #0DF1AB
RGB
CMYK
RGB Variations
Color information
#0DF1AB (or 0x0DF1AB) is known color: Medium Spring Green. HEX triplet: 0D, F1 and AB. RGB value is (13,241,171). Sum of RGB (Red+Green+Blue) = 13+241+171=425 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.06% from 425); Green value is 241 (94.53% from 255 or 56.71% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 241 - color contains mainly: green. Hex color #0DF1AB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DF1AB is #F20E54. Grayscale: #A4A4A4. Windows color (decimal): -15863381 or 11268365. OLE color: 11268365.
HSL color Cylindrical-coordinate representation of color #0DF1AB: hue angle of 161.58º 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 #0DF1AB is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 13 | 241 | 171 | - |
| CMYK | 0.95 | 0 | 0.29 | 0.05 |
| HSL | 161.58º | 0.9% | 0.5% | - |
| HSV(B) | 161.58º | 0.95% | 0.95% | - |
| XYZ | 38.97 | 65.94 | 49.2 | - |
| YUV | 164.85 | 131.46 | 19.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 241 | 171 | 0.95 | 0 | 0.29 | 0.05 | 161.58 | 0.9 | 0.5 |
| Hex | D | F1 | AB | 5F | 0 | 1D | 5 | A2 | 5A | 32 |
| Octal | 15 | 361 | 253 | 137 | 0 | 35 | 5 | 242 | 132 | 62 |
| Binary | 1101 | 11110001 | 10101011 | 1011111 | 0 | 11101 | 101 | 10100010 | 1011010 | 110010 |
Color Harmonies of #0DF1AB
Complementary color
Monochromatic Colors of #0DF1AB
Black with #0DF1AB
Text Example
Text Example
White with #0DF1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF1AB; }
p { color: rgb(13,241,171); }
H1.HeaderClassName
{
color: #0DF1AB;
}
.AnyTagClassName
{
color: #0DF1AB;
}
</style>
background-color css
<style>
a { background-color: #0DF1AB; }
a { background-color: rgb(13,241,171); }
div.DivClassName
{
background-color: #0DF1AB;
}
.BgClassName
{
background-color: #0DF1AB;
}
</style>
border-color css
<style>
span { border-color: #0DF1AB; }
span { border-color: rgb(13,241,171); }
td.TdClassName
{
border-color: #0DF1AB;
}
.TagClassName
{
border-color: #0DF1AB;
}
</style>