Html Css Color HEX #14FFA6 Medium Spring Green
📋 copy color: '#14FFA6'red 20 ◦ green 255 ◦ blue 166
Shades of Medium Spring Green #14FFA6
Tints of Medium Spring Green #14FFA6
RGB
CMYK
RGB Variations
Color information
#14FFA6 (or 0x14FFA6) is known color: Medium Spring Green. HEX triplet: 14, FF and A6. RGB value is (20,255,166). Sum of RGB (Red+Green+Blue) = 20+255+166=441 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.54% from 441); Green value is 255 (100% from 255 or 57.82% from 441); Blue value is 166 (65.23% from 255 or 37.64% from 441); Max value from RGB is 255 - color contains mainly: green. Hex color #14FFA6 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14FFA6 is #EB0059. Grayscale: #AEAEAE. Windows color (decimal): -15401050 or 10944276. OLE color: 10944276.
HSL color Cylindrical-coordinate representation of color #14FFA6: hue angle of 157.28º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FFA6 is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 255 | 166 | - |
| CMYK | 0.92 | 0 | 0.35 | 0 |
| HSL | 157.28º | 1% | 0.54% | - |
| HSV(B) | 157.28º | 0.92% | 1% | - |
| XYZ | 42.93 | 74.42 | 48.18 | - |
| YUV | 174.59 | 123.14 | 17.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 255 | 166 | 0.92 | 0 | 0.35 | 0 | 157.28 | 1 | 0.54 |
| Hex | 14 | FF | A6 | 5C | 0 | 23 | 0 | 9D | 64 | 36 |
| Octal | 24 | 377 | 246 | 134 | 0 | 43 | 0 | 235 | 144 | 66 |
| Binary | 10100 | 11111111 | 10100110 | 1011100 | 0 | 100011 | 0 | 10011101 | 1100100 | 110110 |
Color Harmonies of #14FFA6
Complementary color
Monochromatic Colors of #14FFA6
Black with #14FFA6
Text Example
Text Example
White with #14FFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FFA6; }
p { color: rgb(20,255,166); }
H1.HeaderClassName
{
color: #14FFA6;
}
.AnyTagClassName
{
color: #14FFA6;
}
</style>
background-color css
<style>
a { background-color: #14FFA6; }
a { background-color: rgb(20,255,166); }
div.DivClassName
{
background-color: #14FFA6;
}
.BgClassName
{
background-color: #14FFA6;
}
</style>
border-color css
<style>
span { border-color: #14FFA6; }
span { border-color: rgb(20,255,166); }
td.TdClassName
{
border-color: #14FFA6;
}
.TagClassName
{
border-color: #14FFA6;
}
</style>