Html Css Color HEX #14EAA0 Medium Spring Green
📋 copy color: '#14EAA0'red 20 ◦ green 234 ◦ blue 160
Shades of Medium Spring Green #14EAA0
Tints of Medium Spring Green #14EAA0
RGB
CMYK
RGB Variations
Color information
#14EAA0 (or 0x14EAA0) is known color: Medium Spring Green. HEX triplet: 14, EA and A0. RGB value is (20,234,160). Sum of RGB (Red+Green+Blue) = 20+234+160=414 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.83% from 414); Green value is 234 (91.80% from 255 or 56.52% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 234 - color contains mainly: green. Hex color #14EAA0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14EAA0 is #EB155F. Grayscale: #A1A1A1. Windows color (decimal): -15406432 or 10545684. OLE color: 10545684.
HSL color Cylindrical-coordinate representation of color #14EAA0: hue angle of 159.25º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14EAA0 is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 234 | 160 | - |
| CMYK | 0.91 | 0 | 0.32 | 0.08 |
| HSL | 159.25º | 0.84% | 0.5% | - |
| HSV(B) | 159.25º | 0.91% | 0.92% | - |
| XYZ | 36.06 | 61.53 | 43.23 | - |
| YUV | 161.58 | 127.1 | 27.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 234 | 160 | 0.91 | 0 | 0.32 | 0.08 | 159.25 | 0.84 | 0.5 |
| Hex | 14 | EA | A0 | 5B | 0 | 20 | 8 | 9F | 54 | 32 |
| Octal | 24 | 352 | 240 | 133 | 0 | 40 | 10 | 237 | 124 | 62 |
| Binary | 10100 | 11101010 | 10100000 | 1011011 | 0 | 100000 | 1000 | 10011111 | 1010100 | 110010 |
Color Harmonies of #14EAA0
Complementary color
Monochromatic Colors of #14EAA0
Black with #14EAA0
Text Example
Text Example
White with #14EAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EAA0; }
p { color: rgb(20,234,160); }
H1.HeaderClassName
{
color: #14EAA0;
}
.AnyTagClassName
{
color: #14EAA0;
}
</style>
background-color css
<style>
a { background-color: #14EAA0; }
a { background-color: rgb(20,234,160); }
div.DivClassName
{
background-color: #14EAA0;
}
.BgClassName
{
background-color: #14EAA0;
}
</style>
border-color css
<style>
span { border-color: #14EAA0; }
span { border-color: rgb(20,234,160); }
td.TdClassName
{
border-color: #14EAA0;
}
.TagClassName
{
border-color: #14EAA0;
}
</style>