Html Css Color HEX #14EFA0 Medium Spring Green
📋 copy color: '#14EFA0'red 20 ◦ green 239 ◦ blue 160
Shades of Medium Spring Green #14EFA0
Tints of Medium Spring Green #14EFA0
RGB
CMYK
RGB Variations
Color information
#14EFA0 (or 0x14EFA0) is known color: Medium Spring Green. HEX triplet: 14, EF and A0. RGB value is (20,239,160). Sum of RGB (Red+Green+Blue) = 20+239+160=419 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.77% from 419); Green value is 239 (93.75% from 255 or 57.04% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 239 - color contains mainly: green. Hex color #14EFA0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14EFA0 is #EB105F. Grayscale: #A4A4A4. Windows color (decimal): -15405152 or 10546964. OLE color: 10546964.
HSL color Cylindrical-coordinate representation of color #14EFA0: hue angle of 158.36º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14EFA0 is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 239 | 160 | - |
| CMYK | 0.92 | 0 | 0.33 | 0.06 |
| HSL | 158.36º | 0.87% | 0.51% | - |
| HSV(B) | 158.36º | 0.92% | 0.94% | - |
| XYZ | 37.5 | 64.42 | 43.72 | - |
| YUV | 164.51 | 125.45 | 24.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 239 | 160 | 0.92 | 0 | 0.33 | 0.06 | 158.36 | 0.87 | 0.51 |
| Hex | 14 | EF | A0 | 5C | 0 | 21 | 6 | 9E | 57 | 33 |
| Octal | 24 | 357 | 240 | 134 | 0 | 41 | 6 | 236 | 127 | 63 |
| Binary | 10100 | 11101111 | 10100000 | 1011100 | 0 | 100001 | 110 | 10011110 | 1010111 | 110011 |
Color Harmonies of #14EFA0
Complementary color
Monochromatic Colors of #14EFA0
Black with #14EFA0
Text Example
Text Example
White with #14EFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EFA0; }
p { color: rgb(20,239,160); }
H1.HeaderClassName
{
color: #14EFA0;
}
.AnyTagClassName
{
color: #14EFA0;
}
</style>
background-color css
<style>
a { background-color: #14EFA0; }
a { background-color: rgb(20,239,160); }
div.DivClassName
{
background-color: #14EFA0;
}
.BgClassName
{
background-color: #14EFA0;
}
</style>
border-color css
<style>
span { border-color: #14EFA0; }
span { border-color: rgb(20,239,160); }
td.TdClassName
{
border-color: #14EFA0;
}
.TagClassName
{
border-color: #14EFA0;
}
</style>