Html Css Color HEX #14EDA7 Medium Spring Green
📋 copy color: '#14EDA7'red 20 ◦ green 237 ◦ blue 167
Shades of Medium Spring Green #14EDA7
Tints of Medium Spring Green #14EDA7
RGB
CMYK
RGB Variations
Color information
#14EDA7 (or 0x14EDA7) is known color: Medium Spring Green. HEX triplet: 14, ED and A7. RGB value is (20,237,167). Sum of RGB (Red+Green+Blue) = 20+237+167=424 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.72% from 424); Green value is 237 (92.97% from 255 or 55.90% from 424); Blue value is 167 (65.62% from 255 or 39.39% from 424); Max value from RGB is 237 - color contains mainly: green. Hex color #14EDA7 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14EDA7 is #EB1258. Grayscale: #A4A4A4. Windows color (decimal): -15405657 or 11005204. OLE color: 11005204.
HSL color Cylindrical-coordinate representation of color #14EDA7: hue angle of 160.65º 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 #14EDA7 is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 237 | 167 | - |
| CMYK | 0.92 | 0 | 0.30 | 0.07 |
| HSL | 160.65º | 0.86% | 0.5% | - |
| HSV(B) | 160.65º | 0.92% | 0.93% | - |
| XYZ | 37.55 | 63.51 | 46.84 | - |
| YUV | 164.14 | 129.61 | 25.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 237 | 167 | 0.92 | 0 | 0.30 | 0.07 | 160.65 | 0.86 | 0.5 |
| Hex | 14 | ED | A7 | 5C | 0 | 1E | 7 | A1 | 56 | 32 |
| Octal | 24 | 355 | 247 | 134 | 0 | 36 | 7 | 241 | 126 | 62 |
| Binary | 10100 | 11101101 | 10100111 | 1011100 | 0 | 11110 | 111 | 10100001 | 1010110 | 110010 |
Color Harmonies of #14EDA7
Complementary color
Monochromatic Colors of #14EDA7
Black with #14EDA7
Text Example
Text Example
White with #14EDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EDA7; }
p { color: rgb(20,237,167); }
H1.HeaderClassName
{
color: #14EDA7;
}
.AnyTagClassName
{
color: #14EDA7;
}
</style>
background-color css
<style>
a { background-color: #14EDA7; }
a { background-color: rgb(20,237,167); }
div.DivClassName
{
background-color: #14EDA7;
}
.BgClassName
{
background-color: #14EDA7;
}
</style>
border-color css
<style>
span { border-color: #14EDA7; }
span { border-color: rgb(20,237,167); }
td.TdClassName
{
border-color: #14EDA7;
}
.TagClassName
{
border-color: #14EDA7;
}
</style>