Html Css Color HEX #0DF1A6 Medium Spring Green
📋 copy color: '#0DF1A6'red 13 ◦ green 241 ◦ blue 166
Shades of Medium Spring Green #0DF1A6
Tints of Medium Spring Green #0DF1A6
RGB
CMYK
RGB Variations
Color information
#0DF1A6 (or 0x0DF1A6) is known color: Medium Spring Green. HEX triplet: 0D, F1 and A6. RGB value is (13,241,166). Sum of RGB (Red+Green+Blue) = 13+241+166=420 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.10% from 420); Green value is 241 (94.53% from 255 or 57.38% from 420); Blue value is 166 (65.23% from 255 or 39.52% from 420); Max value from RGB is 241 - color contains mainly: green. Hex color #0DF1A6 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DF1A6 is #F20E59. Grayscale: #A4A4A4. Windows color (decimal): -15863386 or 10940685. OLE color: 10940685.
HSL color Cylindrical-coordinate representation of color #0DF1A6: hue angle of 160.26º 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 #0DF1A6 is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 13 | 241 | 166 | - |
| CMYK | 0.95 | 0 | 0.31 | 0.05 |
| HSL | 160.26º | 0.9% | 0.5% | - |
| HSV(B) | 160.26º | 0.95% | 0.95% | - |
| XYZ | 38.5 | 65.75 | 46.74 | - |
| YUV | 164.28 | 128.96 | 20.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 241 | 166 | 0.95 | 0 | 0.31 | 0.05 | 160.26 | 0.9 | 0.5 |
| Hex | D | F1 | A6 | 5F | 0 | 1F | 5 | A0 | 5A | 32 |
| Octal | 15 | 361 | 246 | 137 | 0 | 37 | 5 | 240 | 132 | 62 |
| Binary | 1101 | 11110001 | 10100110 | 1011111 | 0 | 11111 | 101 | 10100000 | 1011010 | 110010 |
Color Harmonies of #0DF1A6
Complementary color
Monochromatic Colors of #0DF1A6
Black with #0DF1A6
Text Example
Text Example
White with #0DF1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF1A6; }
p { color: rgb(13,241,166); }
H1.HeaderClassName
{
color: #0DF1A6;
}
.AnyTagClassName
{
color: #0DF1A6;
}
</style>
background-color css
<style>
a { background-color: #0DF1A6; }
a { background-color: rgb(13,241,166); }
div.DivClassName
{
background-color: #0DF1A6;
}
.BgClassName
{
background-color: #0DF1A6;
}
</style>
border-color css
<style>
span { border-color: #0DF1A6; }
span { border-color: rgb(13,241,166); }
td.TdClassName
{
border-color: #0DF1A6;
}
.TagClassName
{
border-color: #0DF1A6;
}
</style>