Html Css Color HEX #14E99F Medium Spring Green
📋 copy color: '#14E99F'red 20 ◦ green 233 ◦ blue 159
Shades of Medium Spring Green #14E99F
Tints of Medium Spring Green #14E99F
RGB
CMYK
RGB Variations
Color information
#14E99F (or 0x14E99F) is known color: Medium Spring Green. HEX triplet: 14, E9 and 9F. RGB value is (20,233,159). Sum of RGB (Red+Green+Blue) = 20+233+159=412 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.85% from 412); Green value is 233 (91.41% from 255 or 56.55% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 233 - color contains mainly: green. Hex color #14E99F is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14E99F is #EB1660. Grayscale: #A0A0A0. Windows color (decimal): -15406689 or 10479892. OLE color: 10479892.
HSL color Cylindrical-coordinate representation of color #14E99F: hue angle of 159.15º 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 #14E99F is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 233 | 159 | - |
| CMYK | 0.91 | 0 | 0.32 | 0.09 |
| HSL | 159.15º | 0.84% | 0.5% | - |
| HSV(B) | 159.15º | 0.91% | 0.91% | - |
| XYZ | 35.69 | 60.93 | 42.68 | - |
| YUV | 160.88 | 126.93 | 27.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 233 | 159 | 0.91 | 0 | 0.32 | 0.09 | 159.15 | 0.84 | 0.5 |
| Hex | 14 | E9 | 9F | 5B | 0 | 20 | 9 | 9F | 54 | 32 |
| Octal | 24 | 351 | 237 | 133 | 0 | 40 | 11 | 237 | 124 | 62 |
| Binary | 10100 | 11101001 | 10011111 | 1011011 | 0 | 100000 | 1001 | 10011111 | 1010100 | 110010 |
Color Harmonies of #14E99F
Complementary color
Monochromatic Colors of #14E99F
Black with #14E99F
Text Example
Text Example
White with #14E99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E99F; }
p { color: rgb(20,233,159); }
H1.HeaderClassName
{
color: #14E99F;
}
.AnyTagClassName
{
color: #14E99F;
}
</style>
background-color css
<style>
a { background-color: #14E99F; }
a { background-color: rgb(20,233,159); }
div.DivClassName
{
background-color: #14E99F;
}
.BgClassName
{
background-color: #14E99F;
}
</style>
border-color css
<style>
span { border-color: #14E99F; }
span { border-color: rgb(20,233,159); }
td.TdClassName
{
border-color: #14E99F;
}
.TagClassName
{
border-color: #14E99F;
}
</style>