Html Css Color HEX #14F0AA Medium Spring Green
📋 copy color: '#14F0AA'red 20 ◦ green 240 ◦ blue 170
Shades of Medium Spring Green #14F0AA
Tints of Medium Spring Green #14F0AA
RGB
CMYK
RGB Variations
Color information
#14F0AA (or 0x14F0AA) is known color: Medium Spring Green. HEX triplet: 14, F0 and AA. RGB value is (20,240,170). Sum of RGB (Red+Green+Blue) = 20+240+170=430 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.65% from 430); Green value is 240 (94.14% from 255 or 55.81% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 240 - color contains mainly: green. Hex color #14F0AA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F0AA is #EB0F55. Grayscale: #A6A6A6. Windows color (decimal): -15404886 or 11202580. OLE color: 11202580.
HSL color Cylindrical-coordinate representation of color #14F0AA: hue angle of 160.91º degrees, saturation: 0.88, 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 #14F0AA is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 240 | 170 | - |
| CMYK | 0.92 | 0 | 0.29 | 0.06 |
| HSL | 160.91º | 0.88% | 0.51% | - |
| HSV(B) | 160.91º | 0.92% | 0.94% | - |
| XYZ | 38.7 | 65.37 | 48.61 | - |
| YUV | 166.24 | 130.11 | 23.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 240 | 170 | 0.92 | 0 | 0.29 | 0.06 | 160.91 | 0.88 | 0.51 |
| Hex | 14 | F0 | AA | 5C | 0 | 1D | 6 | A1 | 58 | 33 |
| Octal | 24 | 360 | 252 | 134 | 0 | 35 | 6 | 241 | 130 | 63 |
| Binary | 10100 | 11110000 | 10101010 | 1011100 | 0 | 11101 | 110 | 10100001 | 1011000 | 110011 |
Color Harmonies of #14F0AA
Complementary color
Monochromatic Colors of #14F0AA
Black with #14F0AA
Text Example
Text Example
White with #14F0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F0AA; }
p { color: rgb(20,240,170); }
H1.HeaderClassName
{
color: #14F0AA;
}
.AnyTagClassName
{
color: #14F0AA;
}
</style>
background-color css
<style>
a { background-color: #14F0AA; }
a { background-color: rgb(20,240,170); }
div.DivClassName
{
background-color: #14F0AA;
}
.BgClassName
{
background-color: #14F0AA;
}
</style>
border-color css
<style>
span { border-color: #14F0AA; }
span { border-color: rgb(20,240,170); }
td.TdClassName
{
border-color: #14F0AA;
}
.TagClassName
{
border-color: #14F0AA;
}
</style>