Html Css Color HEX #14FF96 Medium Spring Green
📋 copy color: '#14FF96'red 20 ◦ green 255 ◦ blue 150
Shades of Medium Spring Green #14FF96
Tints of Medium Spring Green #14FF96
RGB
CMYK
RGB Variations
Color information
#14FF96 (or 0x14FF96) is known color: Medium Spring Green. HEX triplet: 14, FF and 96. RGB value is (20,255,150). Sum of RGB (Red+Green+Blue) = 20+255+150=425 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.71% from 425); Green value is 255 (100% from 255 or 60% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 255 - color contains mainly: green. Hex color #14FF96 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14FF96 is #EB0069. Grayscale: #ACACAC. Windows color (decimal): -15401066 or 9895700. OLE color: 9895700.
HSL color Cylindrical-coordinate representation of color #14FF96: hue angle of 153.19º 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 #14FF96 is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 255 | 150 | - |
| CMYK | 0.92 | 0 | 0.41 | 0 |
| HSL | 153.19º | 1% | 0.54% | - |
| HSV(B) | 153.19º | 0.92% | 1% | - |
| XYZ | 41.55 | 73.87 | 40.92 | - |
| YUV | 172.77 | 115.14 | 19.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 255 | 150 | 0.92 | 0 | 0.41 | 0 | 153.19 | 1 | 0.54 |
| Hex | 14 | FF | 96 | 5C | 0 | 29 | 0 | 99 | 64 | 36 |
| Octal | 24 | 377 | 226 | 134 | 0 | 51 | 0 | 231 | 144 | 66 |
| Binary | 10100 | 11111111 | 10010110 | 1011100 | 0 | 101001 | 0 | 10011001 | 1100100 | 110110 |
Color Harmonies of #14FF96
Complementary color
Monochromatic Colors of #14FF96
Black with #14FF96
Text Example
Text Example
White with #14FF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FF96; }
p { color: rgb(20,255,150); }
H1.HeaderClassName
{
color: #14FF96;
}
.AnyTagClassName
{
color: #14FF96;
}
</style>
background-color css
<style>
a { background-color: #14FF96; }
a { background-color: rgb(20,255,150); }
div.DivClassName
{
background-color: #14FF96;
}
.BgClassName
{
background-color: #14FF96;
}
</style>
border-color css
<style>
span { border-color: #14FF96; }
span { border-color: rgb(20,255,150); }
td.TdClassName
{
border-color: #14FF96;
}
.TagClassName
{
border-color: #14FF96;
}
</style>