Html Css Color HEX #0DFEAC Medium Spring Green
📋 copy color: '#0DFEAC'red 13 ◦ green 254 ◦ blue 172
Shades of Medium Spring Green #0DFEAC
Tints of Medium Spring Green #0DFEAC
RGB
CMYK
RGB Variations
Color information
#0DFEAC (or 0x0DFEAC) is known color: Medium Spring Green. HEX triplet: 0D, FE and AC. RGB value is (13,254,172). Sum of RGB (Red+Green+Blue) = 13+254+172=439 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.96% from 439); Green value is 254 (99.61% from 255 or 57.86% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 254 - color contains mainly: green. Hex color #0DFEAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DFEAC is #F20153. Grayscale: #ACACAC. Windows color (decimal): -15860052 or 11337229. OLE color: 11337229.
HSL color Cylindrical-coordinate representation of color #0DFEAC: hue angle of 159.59º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFEAC is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 13 | 254 | 172 | - |
| CMYK | 0.95 | 0 | 0.32 | 0.00 |
| HSL | 159.59º | 0.99% | 0.52% | - |
| HSV(B) | 159.59º | 0.95% | 1% | - |
| XYZ | 43.05 | 73.95 | 51.03 | - |
| YUV | 172.59 | 127.66 | 14.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 254 | 172 | 0.95 | 0 | 0.32 | 0.00 | 159.59 | 0.99 | 0.52 |
| Hex | D | FE | AC | 5F | 0 | 20 | 0 | A0 | 63 | 34 |
| Octal | 15 | 376 | 254 | 137 | 0 | 40 | 0 | 240 | 143 | 64 |
| Binary | 1101 | 11111110 | 10101100 | 1011111 | 0 | 100000 | 0 | 10100000 | 1100011 | 110100 |
Color Harmonies of #0DFEAC
Complementary color
Monochromatic Colors of #0DFEAC
Black with #0DFEAC
Text Example
Text Example
White with #0DFEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFEAC; }
p { color: rgb(13,254,172); }
H1.HeaderClassName
{
color: #0DFEAC;
}
.AnyTagClassName
{
color: #0DFEAC;
}
</style>
background-color css
<style>
a { background-color: #0DFEAC; }
a { background-color: rgb(13,254,172); }
div.DivClassName
{
background-color: #0DFEAC;
}
.BgClassName
{
background-color: #0DFEAC;
}
</style>
border-color css
<style>
span { border-color: #0DFEAC; }
span { border-color: rgb(13,254,172); }
td.TdClassName
{
border-color: #0DFEAC;
}
.TagClassName
{
border-color: #0DFEAC;
}
</style>