Html Css Color HEX #14E9A0 Medium Spring Green
📋 copy color: '#14E9A0'red 20 ◦ green 233 ◦ blue 160
Shades of Medium Spring Green #14E9A0
Tints of Medium Spring Green #14E9A0
RGB
CMYK
RGB Variations
Color information
#14E9A0 (or 0x14E9A0) is known color: Medium Spring Green. HEX triplet: 14, E9 and A0. RGB value is (20,233,160). Sum of RGB (Red+Green+Blue) = 20+233+160=413 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.84% from 413); Green value is 233 (91.41% from 255 or 56.42% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 233 - color contains mainly: green. Hex color #14E9A0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14E9A0 is #EB165F. Grayscale: #A1A1A1. Windows color (decimal): -15406688 or 10545428. OLE color: 10545428.
HSL color Cylindrical-coordinate representation of color #14E9A0: hue angle of 159.44º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E9A0 is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 233 | 160 | - |
| CMYK | 0.91 | 0 | 0.31 | 0.09 |
| HSL | 159.44º | 0.84% | 0.5% | - |
| HSV(B) | 159.44º | 0.91% | 0.91% | - |
| XYZ | 35.77 | 60.96 | 43.14 | - |
| YUV | 160.99 | 127.43 | 27.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 233 | 160 | 0.91 | 0 | 0.31 | 0.09 | 159.44 | 0.84 | 0.5 |
| Hex | 14 | E9 | A0 | 5B | 0 | 1F | 9 | 9F | 54 | 32 |
| Octal | 24 | 351 | 240 | 133 | 0 | 37 | 11 | 237 | 124 | 62 |
| Binary | 10100 | 11101001 | 10100000 | 1011011 | 0 | 11111 | 1001 | 10011111 | 1010100 | 110010 |
Color Harmonies of #14E9A0
Complementary color
Monochromatic Colors of #14E9A0
Black with #14E9A0
Text Example
Text Example
White with #14E9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E9A0; }
p { color: rgb(20,233,160); }
H1.HeaderClassName
{
color: #14E9A0;
}
.AnyTagClassName
{
color: #14E9A0;
}
</style>
background-color css
<style>
a { background-color: #14E9A0; }
a { background-color: rgb(20,233,160); }
div.DivClassName
{
background-color: #14E9A0;
}
.BgClassName
{
background-color: #14E9A0;
}
</style>
border-color css
<style>
span { border-color: #14E9A0; }
span { border-color: rgb(20,233,160); }
td.TdClassName
{
border-color: #14E9A0;
}
.TagClassName
{
border-color: #14E9A0;
}
</style>