Html Css Color HEX #14EF8D Medium Spring Green
📋 copy color: '#14EF8D'red 20 ◦ green 239 ◦ blue 141
Shades of Medium Spring Green #14EF8D
Tints of Medium Spring Green #14EF8D
RGB
CMYK
RGB Variations
Color information
#14EF8D (or 0x14EF8D) is known color: Medium Spring Green. HEX triplet: 14, EF and 8D. RGB value is (20,239,141). Sum of RGB (Red+Green+Blue) = 20+239+141=400 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5% from 400); Green value is 239 (93.75% from 255 or 59.75% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 239 - color contains mainly: green. Hex color #14EF8D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14EF8D is #EB1072. Grayscale: #A2A2A2. Windows color (decimal): -15405171 or 9301780. OLE color: 9301780.
HSL color Cylindrical-coordinate representation of color #14EF8D: hue angle of 153.15º 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 #14EF8D is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 239 | 141 | - |
| CMYK | 0.92 | 0 | 0.41 | 0.06 |
| HSL | 153.15º | 0.87% | 0.51% | - |
| HSV(B) | 153.15º | 0.92% | 0.94% | - |
| XYZ | 35.96 | 63.8 | 35.62 | - |
| YUV | 162.35 | 115.95 | 26.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 239 | 141 | 0.92 | 0 | 0.41 | 0.06 | 153.15 | 0.87 | 0.51 |
| Hex | 14 | EF | 8D | 5C | 0 | 29 | 6 | 99 | 57 | 33 |
| Octal | 24 | 357 | 215 | 134 | 0 | 51 | 6 | 231 | 127 | 63 |
| Binary | 10100 | 11101111 | 10001101 | 1011100 | 0 | 101001 | 110 | 10011001 | 1010111 | 110011 |
Color Harmonies of #14EF8D
Complementary color
Monochromatic Colors of #14EF8D
Black with #14EF8D
Text Example
Text Example
White with #14EF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EF8D; }
p { color: rgb(20,239,141); }
H1.HeaderClassName
{
color: #14EF8D;
}
.AnyTagClassName
{
color: #14EF8D;
}
</style>
background-color css
<style>
a { background-color: #14EF8D; }
a { background-color: rgb(20,239,141); }
div.DivClassName
{
background-color: #14EF8D;
}
.BgClassName
{
background-color: #14EF8D;
}
</style>
border-color css
<style>
span { border-color: #14EF8D; }
span { border-color: rgb(20,239,141); }
td.TdClassName
{
border-color: #14EF8D;
}
.TagClassName
{
border-color: #14EF8D;
}
</style>