Html Css Color HEX #14F28E Medium Spring Green
📋 copy color: '#14F28E'red 20 ◦ green 242 ◦ blue 142
Shades of Medium Spring Green #14F28E
Tints of Medium Spring Green #14F28E
RGB
CMYK
RGB Variations
Color information
#14F28E (or 0x14F28E) is known color: Medium Spring Green. HEX triplet: 14, F2 and 8E. RGB value is (20,242,142). Sum of RGB (Red+Green+Blue) = 20+242+142=404 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.95% from 404); Green value is 242 (94.92% from 255 or 59.90% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 242 - color contains mainly: green. Hex color #14F28E is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F28E is #EB0D71. Grayscale: #A4A4A4. Windows color (decimal): -15404402 or 9368084. OLE color: 9368084.
HSL color Cylindrical-coordinate representation of color #14F28E: hue angle of 152.97º 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 #14F28E is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 242 | 142 | - |
| CMYK | 0.92 | 0 | 0.41 | 0.05 |
| HSL | 152.97º | 0.9% | 0.51% | - |
| HSV(B) | 152.97º | 0.92% | 0.95% | - |
| XYZ | 36.92 | 65.61 | 36.31 | - |
| YUV | 164.22 | 115.45 | 25.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 242 | 142 | 0.92 | 0 | 0.41 | 0.05 | 152.97 | 0.9 | 0.51 |
| Hex | 14 | F2 | 8E | 5C | 0 | 29 | 5 | 99 | 5A | 33 |
| Octal | 24 | 362 | 216 | 134 | 0 | 51 | 5 | 231 | 132 | 63 |
| Binary | 10100 | 11110010 | 10001110 | 1011100 | 0 | 101001 | 101 | 10011001 | 1011010 | 110011 |
Color Harmonies of #14F28E
Complementary color
Monochromatic Colors of #14F28E
Black with #14F28E
Text Example
Text Example
White with #14F28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F28E; }
p { color: rgb(20,242,142); }
H1.HeaderClassName
{
color: #14F28E;
}
.AnyTagClassName
{
color: #14F28E;
}
</style>
background-color css
<style>
a { background-color: #14F28E; }
a { background-color: rgb(20,242,142); }
div.DivClassName
{
background-color: #14F28E;
}
.BgClassName
{
background-color: #14F28E;
}
</style>
border-color css
<style>
span { border-color: #14F28E; }
span { border-color: rgb(20,242,142); }
td.TdClassName
{
border-color: #14F28E;
}
.TagClassName
{
border-color: #14F28E;
}
</style>