Html Css Color HEX #14E88E Medium Spring Green
📋 copy color: '#14E88E'red 20 ◦ green 232 ◦ blue 142
Shades of Medium Spring Green #14E88E
Tints of Medium Spring Green #14E88E
RGB
CMYK
RGB Variations
Color information
#14E88E (or 0x14E88E) is known color: Medium Spring Green. HEX triplet: 14, E8 and 8E. RGB value is (20,232,142). Sum of RGB (Red+Green+Blue) = 20+232+142=394 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.08% from 394); Green value is 232 (91.02% from 255 or 58.88% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 232 - color contains mainly: green. Hex color #14E88E is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14E88E is #EB1771. Grayscale: #9E9E9E. Windows color (decimal): -15406962 or 9365524. OLE color: 9365524.
HSL color Cylindrical-coordinate representation of color #14E88E: hue angle of 154.53º 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 #14E88E is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 232 | 142 | - |
| CMYK | 0.91 | 0 | 0.39 | 0.09 |
| HSL | 154.53º | 0.84% | 0.49% | - |
| HSV(B) | 154.53º | 0.91% | 0.91% | - |
| XYZ | 34.03 | 59.81 | 35.34 | - |
| YUV | 158.35 | 118.76 | 29.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 232 | 142 | 0.91 | 0 | 0.39 | 0.09 | 154.53 | 0.84 | 0.49 |
| Hex | 14 | E8 | 8E | 5B | 0 | 27 | 9 | 9B | 54 | 31 |
| Octal | 24 | 350 | 216 | 133 | 0 | 47 | 11 | 233 | 124 | 61 |
| Binary | 10100 | 11101000 | 10001110 | 1011011 | 0 | 100111 | 1001 | 10011011 | 1010100 | 110001 |
Color Harmonies of #14E88E
Complementary color
Monochromatic Colors of #14E88E
Black with #14E88E
Text Example
Text Example
White with #14E88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E88E; }
p { color: rgb(20,232,142); }
H1.HeaderClassName
{
color: #14E88E;
}
.AnyTagClassName
{
color: #14E88E;
}
</style>
background-color css
<style>
a { background-color: #14E88E; }
a { background-color: rgb(20,232,142); }
div.DivClassName
{
background-color: #14E88E;
}
.BgClassName
{
background-color: #14E88E;
}
</style>
border-color css
<style>
span { border-color: #14E88E; }
span { border-color: rgb(20,232,142); }
td.TdClassName
{
border-color: #14E88E;
}
.TagClassName
{
border-color: #14E88E;
}
</style>