Html Css Color HEX #14FE8F Medium Spring Green
📋 copy color: '#14FE8F'red 20 ◦ green 254 ◦ blue 143
Shades of Medium Spring Green #14FE8F
Tints of Medium Spring Green #14FE8F
RGB
CMYK
RGB Variations
Color information
#14FE8F (or 0x14FE8F) is known color: Medium Spring Green. HEX triplet: 14, FE and 8F. RGB value is (20,254,143). Sum of RGB (Red+Green+Blue) = 20+254+143=417 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.80% from 417); Green value is 254 (99.61% from 255 or 60.91% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 254 - color contains mainly: green. Hex color #14FE8F is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14FE8F is #EB0170. Grayscale: #ABABAB. Windows color (decimal): -15401329 or 9436692. OLE color: 9436692.
HSL color Cylindrical-coordinate representation of color #14FE8F: hue angle of 151.54º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FE8F is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 254 | 143 | - |
| CMYK | 0.92 | 0 | 0.44 | 0.00 |
| HSL | 151.54º | 0.99% | 0.54% | - |
| HSV(B) | 151.54º | 0.92% | 1% | - |
| XYZ | 40.69 | 73.02 | 37.94 | - |
| YUV | 171.38 | 111.98 | 20.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 254 | 143 | 0.92 | 0 | 0.44 | 0.00 | 151.54 | 0.99 | 0.54 |
| Hex | 14 | FE | 8F | 5C | 0 | 2C | 0 | 98 | 63 | 36 |
| Octal | 24 | 376 | 217 | 134 | 0 | 54 | 0 | 230 | 143 | 66 |
| Binary | 10100 | 11111110 | 10001111 | 1011100 | 0 | 101100 | 0 | 10011000 | 1100011 | 110110 |
Color Harmonies of #14FE8F
Complementary color
Monochromatic Colors of #14FE8F
Black with #14FE8F
Text Example
Text Example
White with #14FE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FE8F; }
p { color: rgb(20,254,143); }
H1.HeaderClassName
{
color: #14FE8F;
}
.AnyTagClassName
{
color: #14FE8F;
}
</style>
background-color css
<style>
a { background-color: #14FE8F; }
a { background-color: rgb(20,254,143); }
div.DivClassName
{
background-color: #14FE8F;
}
.BgClassName
{
background-color: #14FE8F;
}
</style>
border-color css
<style>
span { border-color: #14FE8F; }
span { border-color: rgb(20,254,143); }
td.TdClassName
{
border-color: #14FE8F;
}
.TagClassName
{
border-color: #14FE8F;
}
</style>