Html Css Color HEX #14E48B Medium Spring Green
📋 copy color: '#14E48B'red 20 ◦ green 228 ◦ blue 139
Shades of Medium Spring Green #14E48B
Tints of Medium Spring Green #14E48B
RGB
CMYK
RGB Variations
Color information
#14E48B (or 0x14E48B) is known color: Medium Spring Green. HEX triplet: 14, E4 and 8B. RGB value is (20,228,139). Sum of RGB (Red+Green+Blue) = 20+228+139=387 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.17% from 387); Green value is 228 (89.45% from 255 or 58.91% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 228 - color contains mainly: green. Hex color #14E48B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14E48B is #EB1B74. Grayscale: #9B9B9B. Windows color (decimal): -15407989 or 9167892. OLE color: 9167892.
HSL color Cylindrical-coordinate representation of color #14E48B: hue angle of 154.33º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E48B is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 228 | 139 | - |
| CMYK | 0.91 | 0 | 0.39 | 0.11 |
| HSL | 154.33º | 0.84% | 0.49% | - |
| HSV(B) | 154.33º | 0.91% | 0.89% | - |
| XYZ | 32.69 | 57.5 | 33.8 | - |
| YUV | 155.66 | 118.59 | 31.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 228 | 139 | 0.91 | 0 | 0.39 | 0.11 | 154.33 | 0.84 | 0.49 |
| Hex | 14 | E4 | 8B | 5B | 0 | 27 | B | 9A | 54 | 31 |
| Octal | 24 | 344 | 213 | 133 | 0 | 47 | 13 | 232 | 124 | 61 |
| Binary | 10100 | 11100100 | 10001011 | 1011011 | 0 | 100111 | 1011 | 10011010 | 1010100 | 110001 |
Color Harmonies of #14E48B
Complementary color
Monochromatic Colors of #14E48B
Black with #14E48B
Text Example
Text Example
White with #14E48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E48B; }
p { color: rgb(20,228,139); }
H1.HeaderClassName
{
color: #14E48B;
}
.AnyTagClassName
{
color: #14E48B;
}
</style>
background-color css
<style>
a { background-color: #14E48B; }
a { background-color: rgb(20,228,139); }
div.DivClassName
{
background-color: #14E48B;
}
.BgClassName
{
background-color: #14E48B;
}
</style>
border-color css
<style>
span { border-color: #14E48B; }
span { border-color: rgb(20,228,139); }
td.TdClassName
{
border-color: #14E48B;
}
.TagClassName
{
border-color: #14E48B;
}
</style>