Html Css Color HEX #14E5A6 Medium Spring Green
📋 copy color: '#14E5A6'red 20 ◦ green 229 ◦ blue 166
Shades of Medium Spring Green #14E5A6
Tints of Medium Spring Green #14E5A6
RGB
CMYK
RGB Variations
Color information
#14E5A6 (or 0x14E5A6) is known color: Medium Spring Green. HEX triplet: 14, E5 and A6. RGB value is (20,229,166). Sum of RGB (Red+Green+Blue) = 20+229+166=415 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.82% from 415); Green value is 229 (89.84% from 255 or 55.18% from 415); Blue value is 166 (65.23% from 255 or 40% from 415); Max value from RGB is 229 - color contains mainly: green. Hex color #14E5A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14E5A6 is #EB1A59. Grayscale: #9F9F9F. Windows color (decimal): -15407706 or 10937620. OLE color: 10937620.
HSL color Cylindrical-coordinate representation of color #14E5A6: hue angle of 161.91º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E5A6 is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 20 | 229 | 166 | - |
| CMYK | 0.91 | 0 | 0.28 | 0.10 |
| HSL | 161.91º | 0.84% | 0.49% | - |
| HSV(B) | 161.91º | 0.91% | 0.9% | - |
| XYZ | 35.19 | 58.94 | 45.6 | - |
| YUV | 159.33 | 131.76 | 28.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 229 | 166 | 0.91 | 0 | 0.28 | 0.10 | 161.91 | 0.84 | 0.49 |
| Hex | 14 | E5 | A6 | 5B | 0 | 1C | A | A2 | 54 | 31 |
| Octal | 24 | 345 | 246 | 133 | 0 | 34 | 12 | 242 | 124 | 61 |
| Binary | 10100 | 11100101 | 10100110 | 1011011 | 0 | 11100 | 1010 | 10100010 | 1010100 | 110001 |
Color Harmonies of #14E5A6
Complementary color
Monochromatic Colors of #14E5A6
Black with #14E5A6
Text Example
Text Example
White with #14E5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E5A6; }
p { color: rgb(20,229,166); }
H1.HeaderClassName
{
color: #14E5A6;
}
.AnyTagClassName
{
color: #14E5A6;
}
</style>
background-color css
<style>
a { background-color: #14E5A6; }
a { background-color: rgb(20,229,166); }
div.DivClassName
{
background-color: #14E5A6;
}
.BgClassName
{
background-color: #14E5A6;
}
</style>
border-color css
<style>
span { border-color: #14E5A6; }
span { border-color: rgb(20,229,166); }
td.TdClassName
{
border-color: #14E5A6;
}
.TagClassName
{
border-color: #14E5A6;
}
</style>