Html Css Color HEX #14FA9A Medium Spring Green
📋 copy color: '#14FA9A'red 20 ◦ green 250 ◦ blue 154
Shades of Medium Spring Green #14FA9A
Tints of Medium Spring Green #14FA9A
RGB
CMYK
RGB Variations
Color information
#14FA9A (or 0x14FA9A) is known color: Medium Spring Green. HEX triplet: 14, FA and 9A. RGB value is (20,250,154). Sum of RGB (Red+Green+Blue) = 20+250+154=424 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.72% from 424); Green value is 250 (98.05% from 255 or 58.96% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 250 - color contains mainly: green. Hex color #14FA9A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14FA9A is #EB0565. Grayscale: #AAAAAA. Windows color (decimal): -15402342 or 10156564. OLE color: 10156564.
HSL color Cylindrical-coordinate representation of color #14FA9A: hue angle of 154.96º 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 #14FA9A is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 250 | 154 | - |
| CMYK | 0.92 | 0 | 0.38 | 0.02 |
| HSL | 154.96º | 0.96% | 0.53% | - |
| HSV(B) | 154.96º | 0.92% | 0.98% | - |
| XYZ | 40.31 | 70.85 | 42.12 | - |
| YUV | 170.29 | 118.8 | 20.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 250 | 154 | 0.92 | 0 | 0.38 | 0.02 | 154.96 | 0.96 | 0.53 |
| Hex | 14 | FA | 9A | 5C | 0 | 26 | 2 | 9B | 60 | 35 |
| Octal | 24 | 372 | 232 | 134 | 0 | 46 | 2 | 233 | 140 | 65 |
| Binary | 10100 | 11111010 | 10011010 | 1011100 | 0 | 100110 | 10 | 10011011 | 1100000 | 110101 |
Color Harmonies of #14FA9A
Complementary color
Monochromatic Colors of #14FA9A
Black with #14FA9A
Text Example
Text Example
White with #14FA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FA9A; }
p { color: rgb(20,250,154); }
H1.HeaderClassName
{
color: #14FA9A;
}
.AnyTagClassName
{
color: #14FA9A;
}
</style>
background-color css
<style>
a { background-color: #14FA9A; }
a { background-color: rgb(20,250,154); }
div.DivClassName
{
background-color: #14FA9A;
}
.BgClassName
{
background-color: #14FA9A;
}
</style>
border-color css
<style>
span { border-color: #14FA9A; }
span { border-color: rgb(20,250,154); }
td.TdClassName
{
border-color: #14FA9A;
}
.TagClassName
{
border-color: #14FA9A;
}
</style>