Html Css Color HEX #14E99D Medium Spring Green
📋 copy color: '#14E99D'red 20 ◦ green 233 ◦ blue 157
Shades of Medium Spring Green #14E99D
Tints of Medium Spring Green #14E99D
RGB
CMYK
RGB Variations
Color information
#14E99D (or 0x14E99D) is known color: Medium Spring Green. HEX triplet: 14, E9 and 9D. RGB value is (20,233,157). Sum of RGB (Red+Green+Blue) = 20+233+157=410 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.88% from 410); Green value is 233 (91.41% from 255 or 56.83% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 233 - color contains mainly: green. Hex color #14E99D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14E99D is #EB1662. Grayscale: #A0A0A0. Windows color (decimal): -15406691 or 10348820. OLE color: 10348820.
HSL color Cylindrical-coordinate representation of color #14E99D: hue angle of 158.59º 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 #14E99D is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 233 | 157 | - |
| CMYK | 0.91 | 0 | 0.33 | 0.09 |
| HSL | 158.59º | 0.84% | 0.5% | - |
| HSV(B) | 158.59º | 0.91% | 0.91% | - |
| XYZ | 35.51 | 60.86 | 41.77 | - |
| YUV | 160.65 | 125.93 | 27.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 233 | 157 | 0.91 | 0 | 0.33 | 0.09 | 158.59 | 0.84 | 0.5 |
| Hex | 14 | E9 | 9D | 5B | 0 | 21 | 9 | 9F | 54 | 32 |
| Octal | 24 | 351 | 235 | 133 | 0 | 41 | 11 | 237 | 124 | 62 |
| Binary | 10100 | 11101001 | 10011101 | 1011011 | 0 | 100001 | 1001 | 10011111 | 1010100 | 110010 |
Color Harmonies of #14E99D
Complementary color
Monochromatic Colors of #14E99D
Black with #14E99D
Text Example
Text Example
White with #14E99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E99D; }
p { color: rgb(20,233,157); }
H1.HeaderClassName
{
color: #14E99D;
}
.AnyTagClassName
{
color: #14E99D;
}
</style>
background-color css
<style>
a { background-color: #14E99D; }
a { background-color: rgb(20,233,157); }
div.DivClassName
{
background-color: #14E99D;
}
.BgClassName
{
background-color: #14E99D;
}
</style>
border-color css
<style>
span { border-color: #14E99D; }
span { border-color: rgb(20,233,157); }
td.TdClassName
{
border-color: #14E99D;
}
.TagClassName
{
border-color: #14E99D;
}
</style>