Html Css Color HEX #14EDA8 Medium Spring Green
📋 copy color: '#14EDA8'red 20 ◦ green 237 ◦ blue 168
Shades of Medium Spring Green #14EDA8
Tints of Medium Spring Green #14EDA8
RGB
CMYK
RGB Variations
Color information
#14EDA8 (or 0x14EDA8) is known color: Medium Spring Green. HEX triplet: 14, ED and A8. RGB value is (20,237,168). Sum of RGB (Red+Green+Blue) = 20+237+168=425 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.71% from 425); Green value is 237 (92.97% from 255 or 55.76% from 425); Blue value is 168 (66.02% from 255 or 39.53% from 425); Max value from RGB is 237 - color contains mainly: green. Hex color #14EDA8 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14EDA8 is #EB1257. Grayscale: #A4A4A4. Windows color (decimal): -15405656 or 11070740. OLE color: 11070740.
HSL color Cylindrical-coordinate representation of color #14EDA8: hue angle of 160.92º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14EDA8 is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 237 | 168 | - |
| CMYK | 0.92 | 0 | 0.29 | 0.07 |
| HSL | 160.92º | 0.86% | 0.5% | - |
| HSV(B) | 160.92º | 0.92% | 0.93% | - |
| XYZ | 37.64 | 63.54 | 47.33 | - |
| YUV | 164.25 | 130.11 | 25.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 237 | 168 | 0.92 | 0 | 0.29 | 0.07 | 160.92 | 0.86 | 0.5 |
| Hex | 14 | ED | A8 | 5C | 0 | 1D | 7 | A1 | 56 | 32 |
| Octal | 24 | 355 | 250 | 134 | 0 | 35 | 7 | 241 | 126 | 62 |
| Binary | 10100 | 11101101 | 10101000 | 1011100 | 0 | 11101 | 111 | 10100001 | 1010110 | 110010 |
Color Harmonies of #14EDA8
Complementary color
Monochromatic Colors of #14EDA8
Black with #14EDA8
Text Example
Text Example
White with #14EDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EDA8; }
p { color: rgb(20,237,168); }
H1.HeaderClassName
{
color: #14EDA8;
}
.AnyTagClassName
{
color: #14EDA8;
}
</style>
background-color css
<style>
a { background-color: #14EDA8; }
a { background-color: rgb(20,237,168); }
div.DivClassName
{
background-color: #14EDA8;
}
.BgClassName
{
background-color: #14EDA8;
}
</style>
border-color css
<style>
span { border-color: #14EDA8; }
span { border-color: rgb(20,237,168); }
td.TdClassName
{
border-color: #14EDA8;
}
.TagClassName
{
border-color: #14EDA8;
}
</style>