Html Css Color HEX #14F5AD Medium Spring Green
📋 copy color: '#14F5AD'red 20 ◦ green 245 ◦ blue 173
Shades of Medium Spring Green #14F5AD
Tints of Medium Spring Green #14F5AD
RGB
CMYK
RGB Variations
Color information
#14F5AD (or 0x14F5AD) is known color: Medium Spring Green. HEX triplet: 14, F5 and AD. RGB value is (20,245,173). Sum of RGB (Red+Green+Blue) = 20+245+173=438 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.57% from 438); Green value is 245 (96.09% from 255 or 55.94% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 245 - color contains mainly: green. Hex color #14F5AD is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F5AD is #EB0A52. Grayscale: #A9A9A9. Windows color (decimal): -15403603 or 11400468. OLE color: 11400468.
HSL color Cylindrical-coordinate representation of color #14F5AD: hue angle of 160.8º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F5AD is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 245 | 173 | - |
| CMYK | 0.92 | 0 | 0.29 | 0.04 |
| HSL | 160.8º | 0.92% | 0.52% | - |
| HSV(B) | 160.8º | 0.92% | 0.96% | - |
| XYZ | 40.48 | 68.47 | 50.62 | - |
| YUV | 169.52 | 129.96 | 21.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 245 | 173 | 0.92 | 0 | 0.29 | 0.04 | 160.8 | 0.92 | 0.52 |
| Hex | 14 | F5 | AD | 5C | 0 | 1D | 4 | A1 | 5C | 34 |
| Octal | 24 | 365 | 255 | 134 | 0 | 35 | 4 | 241 | 134 | 64 |
| Binary | 10100 | 11110101 | 10101101 | 1011100 | 0 | 11101 | 100 | 10100001 | 1011100 | 110100 |
Color Harmonies of #14F5AD
Complementary color
Monochromatic Colors of #14F5AD
Black with #14F5AD
Text Example
Text Example
White with #14F5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F5AD; }
p { color: rgb(20,245,173); }
H1.HeaderClassName
{
color: #14F5AD;
}
.AnyTagClassName
{
color: #14F5AD;
}
</style>
background-color css
<style>
a { background-color: #14F5AD; }
a { background-color: rgb(20,245,173); }
div.DivClassName
{
background-color: #14F5AD;
}
.BgClassName
{
background-color: #14F5AD;
}
</style>
border-color css
<style>
span { border-color: #14F5AD; }
span { border-color: rgb(20,245,173); }
td.TdClassName
{
border-color: #14F5AD;
}
.TagClassName
{
border-color: #14F5AD;
}
</style>