Html Css Color HEX #14F2B0 Medium Spring Green
📋 copy color: '#14F2B0'red 20 ◦ green 242 ◦ blue 176
Shades of Medium Spring Green #14F2B0
Tints of Medium Spring Green #14F2B0
RGB
CMYK
RGB Variations
Color information
#14F2B0 (or 0x14F2B0) is known color: Medium Spring Green. HEX triplet: 14, F2 and B0. RGB value is (20,242,176). Sum of RGB (Red+Green+Blue) = 20+242+176=438 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.57% from 438); Green value is 242 (94.92% from 255 or 55.25% from 438); Blue value is 176 (69.14% from 255 or 40.18% from 438); Max value from RGB is 242 - color contains mainly: green. Hex color #14F2B0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F2B0 is #EB0D4F. Grayscale: #A8A8A8. Windows color (decimal): -15404368 or 11596308. OLE color: 11596308.
HSL color Cylindrical-coordinate representation of color #14F2B0: hue angle of 162.16º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F2B0 is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 242 | 176 | - |
| CMYK | 0.92 | 0 | 0.27 | 0.05 |
| HSL | 162.16º | 0.9% | 0.51% | - |
| HSV(B) | 162.16º | 0.92% | 0.95% | - |
| XYZ | 39.88 | 66.79 | 51.86 | - |
| YUV | 168.1 | 132.45 | 22.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 242 | 176 | 0.92 | 0 | 0.27 | 0.05 | 162.16 | 0.9 | 0.51 |
| Hex | 14 | F2 | B0 | 5C | 0 | 1B | 5 | A2 | 5A | 33 |
| Octal | 24 | 362 | 260 | 134 | 0 | 33 | 5 | 242 | 132 | 63 |
| Binary | 10100 | 11110010 | 10110000 | 1011100 | 0 | 11011 | 101 | 10100010 | 1011010 | 110011 |
Color Harmonies of #14F2B0
Complementary color
Monochromatic Colors of #14F2B0
Black with #14F2B0
Text Example
Text Example
White with #14F2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F2B0; }
p { color: rgb(20,242,176); }
H1.HeaderClassName
{
color: #14F2B0;
}
.AnyTagClassName
{
color: #14F2B0;
}
</style>
background-color css
<style>
a { background-color: #14F2B0; }
a { background-color: rgb(20,242,176); }
div.DivClassName
{
background-color: #14F2B0;
}
.BgClassName
{
background-color: #14F2B0;
}
</style>
border-color css
<style>
span { border-color: #14F2B0; }
span { border-color: rgb(20,242,176); }
td.TdClassName
{
border-color: #14F2B0;
}
.TagClassName
{
border-color: #14F2B0;
}
</style>