Html Css Color HEX #14F19D Medium Spring Green
📋 copy color: '#14F19D'red 20 ◦ green 241 ◦ blue 157
Shades of Medium Spring Green #14F19D
Tints of Medium Spring Green #14F19D
RGB
CMYK
RGB Variations
Color information
#14F19D (or 0x14F19D) is known color: Medium Spring Green. HEX triplet: 14, F1 and 9D. RGB value is (20,241,157). Sum of RGB (Red+Green+Blue) = 20+241+157=418 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.78% from 418); Green value is 241 (94.53% from 255 or 57.66% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 241 - color contains mainly: green. Hex color #14F19D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F19D is #EB0E62. Grayscale: #A5A5A5. Windows color (decimal): -15404643 or 10350868. OLE color: 10350868.
HSL color Cylindrical-coordinate representation of color #14F19D: hue angle of 157.19º degrees, saturation: 0.89, 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 #14F19D is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 241 | 157 | - |
| CMYK | 0.92 | 0 | 0.35 | 0.05 |
| HSL | 157.19º | 0.89% | 0.51% | - |
| HSV(B) | 157.19º | 0.92% | 0.95% | - |
| XYZ | 37.83 | 65.49 | 42.55 | - |
| YUV | 165.35 | 123.28 | 24.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 241 | 157 | 0.92 | 0 | 0.35 | 0.05 | 157.19 | 0.89 | 0.51 |
| Hex | 14 | F1 | 9D | 5C | 0 | 23 | 5 | 9D | 59 | 33 |
| Octal | 24 | 361 | 235 | 134 | 0 | 43 | 5 | 235 | 131 | 63 |
| Binary | 10100 | 11110001 | 10011101 | 1011100 | 0 | 100011 | 101 | 10011101 | 1011001 | 110011 |
Color Harmonies of #14F19D
Complementary color
Monochromatic Colors of #14F19D
Black with #14F19D
Text Example
Text Example
White with #14F19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F19D; }
p { color: rgb(20,241,157); }
H1.HeaderClassName
{
color: #14F19D;
}
.AnyTagClassName
{
color: #14F19D;
}
</style>
background-color css
<style>
a { background-color: #14F19D; }
a { background-color: rgb(20,241,157); }
div.DivClassName
{
background-color: #14F19D;
}
.BgClassName
{
background-color: #14F19D;
}
</style>
border-color css
<style>
span { border-color: #14F19D; }
span { border-color: rgb(20,241,157); }
td.TdClassName
{
border-color: #14F19D;
}
.TagClassName
{
border-color: #14F19D;
}
</style>