Html Css Color HEX #14FA8F Medium Spring Green
📋 copy color: '#14FA8F'red 20 ◦ green 250 ◦ blue 143
Shades of Medium Spring Green #14FA8F
Tints of Medium Spring Green #14FA8F
RGB
CMYK
RGB Variations
Color information
#14FA8F (or 0x14FA8F) is known color: Medium Spring Green. HEX triplet: 14, FA and 8F. RGB value is (20,250,143). Sum of RGB (Red+Green+Blue) = 20+250+143=413 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.84% from 413); Green value is 250 (98.05% from 255 or 60.53% from 413); Blue value is 143 (56.25% from 255 or 34.62% from 413); Max value from RGB is 250 - color contains mainly: green. Hex color #14FA8F is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14FA8F is #EB0570. Grayscale: #A9A9A9. Windows color (decimal): -15402353 or 9435668. OLE color: 9435668.
HSL color Cylindrical-coordinate representation of color #14FA8F: hue angle of 152.09º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FA8F is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 250 | 143 | - |
| CMYK | 0.92 | 0 | 0.43 | 0.02 |
| HSL | 152.09º | 0.96% | 0.53% | - |
| HSV(B) | 152.09º | 0.92% | 0.98% | - |
| XYZ | 39.43 | 70.5 | 37.52 | - |
| YUV | 169.03 | 113.3 | 21.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 250 | 143 | 0.92 | 0 | 0.43 | 0.02 | 152.09 | 0.96 | 0.53 |
| Hex | 14 | FA | 8F | 5C | 0 | 2B | 2 | 98 | 60 | 35 |
| Octal | 24 | 372 | 217 | 134 | 0 | 53 | 2 | 230 | 140 | 65 |
| Binary | 10100 | 11111010 | 10001111 | 1011100 | 0 | 101011 | 10 | 10011000 | 1100000 | 110101 |
Color Harmonies of #14FA8F
Complementary color
Monochromatic Colors of #14FA8F
Black with #14FA8F
Text Example
Text Example
White with #14FA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FA8F; }
p { color: rgb(20,250,143); }
H1.HeaderClassName
{
color: #14FA8F;
}
.AnyTagClassName
{
color: #14FA8F;
}
</style>
background-color css
<style>
a { background-color: #14FA8F; }
a { background-color: rgb(20,250,143); }
div.DivClassName
{
background-color: #14FA8F;
}
.BgClassName
{
background-color: #14FA8F;
}
</style>
border-color css
<style>
span { border-color: #14FA8F; }
span { border-color: rgb(20,250,143); }
td.TdClassName
{
border-color: #14FA8F;
}
.TagClassName
{
border-color: #14FA8F;
}
</style>