Html Css Color HEX #14EF8F Medium Spring Green
📋 copy color: '#14EF8F'red 20 ◦ green 239 ◦ blue 143
Shades of Medium Spring Green #14EF8F
Tints of Medium Spring Green #14EF8F
RGB
CMYK
RGB Variations
Color information
#14EF8F (or 0x14EF8F) is known color: Medium Spring Green. HEX triplet: 14, EF and 8F. RGB value is (20,239,143). Sum of RGB (Red+Green+Blue) = 20+239+143=402 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.98% from 402); Green value is 239 (93.75% from 255 or 59.45% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 239 - color contains mainly: green. Hex color #14EF8F is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14EF8F is #EB1070. Grayscale: #A2A2A2. Windows color (decimal): -15405169 or 9432852. OLE color: 9432852.
HSL color Cylindrical-coordinate representation of color #14EF8F: hue angle of 153.7º 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 #14EF8F is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 239 | 143 | - |
| CMYK | 0.92 | 0 | 0.40 | 0.06 |
| HSL | 153.7º | 0.87% | 0.51% | - |
| HSV(B) | 153.7º | 0.92% | 0.94% | - |
| XYZ | 36.11 | 63.86 | 36.41 | - |
| YUV | 162.58 | 116.95 | 26.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 239 | 143 | 0.92 | 0 | 0.40 | 0.06 | 153.7 | 0.87 | 0.51 |
| Hex | 14 | EF | 8F | 5C | 0 | 28 | 6 | 9A | 57 | 33 |
| Octal | 24 | 357 | 217 | 134 | 0 | 50 | 6 | 232 | 127 | 63 |
| Binary | 10100 | 11101111 | 10001111 | 1011100 | 0 | 101000 | 110 | 10011010 | 1010111 | 110011 |
Color Harmonies of #14EF8F
Complementary color
Monochromatic Colors of #14EF8F
Black with #14EF8F
Text Example
Text Example
White with #14EF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EF8F; }
p { color: rgb(20,239,143); }
H1.HeaderClassName
{
color: #14EF8F;
}
.AnyTagClassName
{
color: #14EF8F;
}
</style>
background-color css
<style>
a { background-color: #14EF8F; }
a { background-color: rgb(20,239,143); }
div.DivClassName
{
background-color: #14EF8F;
}
.BgClassName
{
background-color: #14EF8F;
}
</style>
border-color css
<style>
span { border-color: #14EF8F; }
span { border-color: rgb(20,239,143); }
td.TdClassName
{
border-color: #14EF8F;
}
.TagClassName
{
border-color: #14EF8F;
}
</style>