Html Css Color HEX #14E38D Medium Spring Green
📋 copy color: '#14E38D'red 20 ◦ green 227 ◦ blue 141
Shades of Medium Spring Green #14E38D
Tints of Medium Spring Green #14E38D
RGB
CMYK
RGB Variations
Color information
#14E38D (or 0x14E38D) is known color: Medium Spring Green. HEX triplet: 14, E3 and 8D. RGB value is (20,227,141). Sum of RGB (Red+Green+Blue) = 20+227+141=388 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.15% from 388); Green value is 227 (89.06% from 255 or 58.51% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 227 - color contains mainly: green. Hex color #14E38D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14E38D is #EB1C72. Grayscale: #9B9B9B. Windows color (decimal): -15408243 or 9298708. OLE color: 9298708.
HSL color Cylindrical-coordinate representation of color #14E38D: hue angle of 155.07º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E38D is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 227 | 141 | - |
| CMYK | 0.91 | 0 | 0.38 | 0.11 |
| HSL | 155.07º | 0.84% | 0.48% | - |
| HSV(B) | 155.07º | 0.91% | 0.89% | - |
| XYZ | 32.57 | 57.01 | 34.49 | - |
| YUV | 155.3 | 119.92 | 31.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 227 | 141 | 0.91 | 0 | 0.38 | 0.11 | 155.07 | 0.84 | 0.48 |
| Hex | 14 | E3 | 8D | 5B | 0 | 26 | B | 9B | 54 | 30 |
| Octal | 24 | 343 | 215 | 133 | 0 | 46 | 13 | 233 | 124 | 60 |
| Binary | 10100 | 11100011 | 10001101 | 1011011 | 0 | 100110 | 1011 | 10011011 | 1010100 | 110000 |
Color Harmonies of #14E38D
Complementary color
Monochromatic Colors of #14E38D
Black with #14E38D
Text Example
Text Example
White with #14E38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E38D; }
p { color: rgb(20,227,141); }
H1.HeaderClassName
{
color: #14E38D;
}
.AnyTagClassName
{
color: #14E38D;
}
</style>
background-color css
<style>
a { background-color: #14E38D; }
a { background-color: rgb(20,227,141); }
div.DivClassName
{
background-color: #14E38D;
}
.BgClassName
{
background-color: #14E38D;
}
</style>
border-color css
<style>
span { border-color: #14E38D; }
span { border-color: rgb(20,227,141); }
td.TdClassName
{
border-color: #14E38D;
}
.TagClassName
{
border-color: #14E38D;
}
</style>