Html Css Color HEX #14F28D Medium Spring Green
📋 copy color: '#14F28D'red 20 ◦ green 242 ◦ blue 141
Shades of Medium Spring Green #14F28D
Tints of Medium Spring Green #14F28D
RGB
CMYK
RGB Variations
Color information
#14F28D (or 0x14F28D) is known color: Medium Spring Green. HEX triplet: 14, F2 and 8D. RGB value is (20,242,141). Sum of RGB (Red+Green+Blue) = 20+242+141=403 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.96% from 403); Green value is 242 (94.92% from 255 or 60.05% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 242 - color contains mainly: green. Hex color #14F28D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F28D is #EB0D72. Grayscale: #A4A4A4. Windows color (decimal): -15404403 or 9302548. OLE color: 9302548.
HSL color Cylindrical-coordinate representation of color #14F28D: hue angle of 152.7º 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 #14F28D is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 242 | 141 | - |
| CMYK | 0.92 | 0 | 0.42 | 0.05 |
| HSL | 152.7º | 0.9% | 0.51% | - |
| HSV(B) | 152.7º | 0.92% | 0.95% | - |
| XYZ | 36.85 | 65.58 | 35.91 | - |
| YUV | 164.11 | 114.95 | 25.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 242 | 141 | 0.92 | 0 | 0.42 | 0.05 | 152.7 | 0.9 | 0.51 |
| Hex | 14 | F2 | 8D | 5C | 0 | 2A | 5 | 99 | 5A | 33 |
| Octal | 24 | 362 | 215 | 134 | 0 | 52 | 5 | 231 | 132 | 63 |
| Binary | 10100 | 11110010 | 10001101 | 1011100 | 0 | 101010 | 101 | 10011001 | 1011010 | 110011 |
Color Harmonies of #14F28D
Complementary color
Monochromatic Colors of #14F28D
Black with #14F28D
Text Example
Text Example
White with #14F28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F28D; }
p { color: rgb(20,242,141); }
H1.HeaderClassName
{
color: #14F28D;
}
.AnyTagClassName
{
color: #14F28D;
}
</style>
background-color css
<style>
a { background-color: #14F28D; }
a { background-color: rgb(20,242,141); }
div.DivClassName
{
background-color: #14F28D;
}
.BgClassName
{
background-color: #14F28D;
}
</style>
border-color css
<style>
span { border-color: #14F28D; }
span { border-color: rgb(20,242,141); }
td.TdClassName
{
border-color: #14F28D;
}
.TagClassName
{
border-color: #14F28D;
}
</style>