Html Css Color HEX #14E7A6 Medium Spring Green
📋 copy color: '#14E7A6'red 20 ◦ green 231 ◦ blue 166
Shades of Medium Spring Green #14E7A6
Tints of Medium Spring Green #14E7A6
RGB
CMYK
RGB Variations
Color information
#14E7A6 (or 0x14E7A6) is known color: Medium Spring Green. HEX triplet: 14, E7 and A6. RGB value is (20,231,166). Sum of RGB (Red+Green+Blue) = 20+231+166=417 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.80% from 417); Green value is 231 (90.62% from 255 or 55.40% from 417); Blue value is 166 (65.23% from 255 or 39.81% from 417); Max value from RGB is 231 - color contains mainly: green. Hex color #14E7A6 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14E7A6 is #EB1859. Grayscale: #A0A0A0. Windows color (decimal): -15407194 or 10938132. OLE color: 10938132.
HSL color Cylindrical-coordinate representation of color #14E7A6: hue angle of 161.52º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E7A6 is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 231 | 166 | - |
| CMYK | 0.91 | 0 | 0.28 | 0.09 |
| HSL | 161.52º | 0.84% | 0.49% | - |
| HSV(B) | 161.52º | 0.91% | 0.91% | - |
| XYZ | 35.75 | 60.05 | 45.78 | - |
| YUV | 160.5 | 131.1 | 27.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 231 | 166 | 0.91 | 0 | 0.28 | 0.09 | 161.52 | 0.84 | 0.49 |
| Hex | 14 | E7 | A6 | 5B | 0 | 1C | 9 | A2 | 54 | 31 |
| Octal | 24 | 347 | 246 | 133 | 0 | 34 | 11 | 242 | 124 | 61 |
| Binary | 10100 | 11100111 | 10100110 | 1011011 | 0 | 11100 | 1001 | 10100010 | 1010100 | 110001 |
Color Harmonies of #14E7A6
Complementary color
Monochromatic Colors of #14E7A6
Black with #14E7A6
Text Example
Text Example
White with #14E7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E7A6; }
p { color: rgb(20,231,166); }
H1.HeaderClassName
{
color: #14E7A6;
}
.AnyTagClassName
{
color: #14E7A6;
}
</style>
background-color css
<style>
a { background-color: #14E7A6; }
a { background-color: rgb(20,231,166); }
div.DivClassName
{
background-color: #14E7A6;
}
.BgClassName
{
background-color: #14E7A6;
}
</style>
border-color css
<style>
span { border-color: #14E7A6; }
span { border-color: rgb(20,231,166); }
td.TdClassName
{
border-color: #14E7A6;
}
.TagClassName
{
border-color: #14E7A6;
}
</style>