Html Css Color HEX #14EFA1 Medium Spring Green
📋 copy color: '#14EFA1'red 20 ◦ green 239 ◦ blue 161
Shades of Medium Spring Green #14EFA1
Tints of Medium Spring Green #14EFA1
RGB
CMYK
RGB Variations
Color information
#14EFA1 (or 0x14EFA1) is known color: Medium Spring Green. HEX triplet: 14, EF and A1. RGB value is (20,239,161). Sum of RGB (Red+Green+Blue) = 20+239+161=420 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.76% from 420); Green value is 239 (93.75% from 255 or 56.90% from 420); Blue value is 161 (63.28% from 255 or 38.33% from 420); Max value from RGB is 239 - color contains mainly: green. Hex color #14EFA1 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14EFA1 is #EB105E. Grayscale: #A4A4A4. Windows color (decimal): -15405151 or 10612500. OLE color: 10612500.
HSL color Cylindrical-coordinate representation of color #14EFA1: hue angle of 158.63º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14EFA1 is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 239 | 161 | - |
| CMYK | 0.92 | 0 | 0.33 | 0.06 |
| HSL | 158.63º | 0.87% | 0.51% | - |
| HSV(B) | 158.63º | 0.92% | 0.94% | - |
| XYZ | 37.59 | 64.45 | 44.18 | - |
| YUV | 164.63 | 125.95 | 24.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 239 | 161 | 0.92 | 0 | 0.33 | 0.06 | 158.63 | 0.87 | 0.51 |
| Hex | 14 | EF | A1 | 5C | 0 | 21 | 6 | 9F | 57 | 33 |
| Octal | 24 | 357 | 241 | 134 | 0 | 41 | 6 | 237 | 127 | 63 |
| Binary | 10100 | 11101111 | 10100001 | 1011100 | 0 | 100001 | 110 | 10011111 | 1010111 | 110011 |
Color Harmonies of #14EFA1
Complementary color
Monochromatic Colors of #14EFA1
Black with #14EFA1
Text Example
Text Example
White with #14EFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EFA1; }
p { color: rgb(20,239,161); }
H1.HeaderClassName
{
color: #14EFA1;
}
.AnyTagClassName
{
color: #14EFA1;
}
</style>
background-color css
<style>
a { background-color: #14EFA1; }
a { background-color: rgb(20,239,161); }
div.DivClassName
{
background-color: #14EFA1;
}
.BgClassName
{
background-color: #14EFA1;
}
</style>
border-color css
<style>
span { border-color: #14EFA1; }
span { border-color: rgb(20,239,161); }
td.TdClassName
{
border-color: #14EFA1;
}
.TagClassName
{
border-color: #14EFA1;
}
</style>