Html Css Color HEX #14F29D Medium Spring Green
📋 copy color: '#14F29D'red 20 ◦ green 242 ◦ blue 157
Shades of Medium Spring Green #14F29D
Tints of Medium Spring Green #14F29D
RGB
CMYK
RGB Variations
Color information
#14F29D (or 0x14F29D) is known color: Medium Spring Green. HEX triplet: 14, F2 and 9D. RGB value is (20,242,157). Sum of RGB (Red+Green+Blue) = 20+242+157=419 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.77% from 419); Green value is 242 (94.92% from 255 or 57.76% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 242 - color contains mainly: green. Hex color #14F29D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F29D is #EB0D62. Grayscale: #A6A6A6. Windows color (decimal): -15404387 or 10351124. OLE color: 10351124.
HSL color Cylindrical-coordinate representation of color #14F29D: hue angle of 157.03º 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 #14F29D is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 242 | 157 | - |
| CMYK | 0.92 | 0 | 0.35 | 0.05 |
| HSL | 157.03º | 0.9% | 0.51% | - |
| HSV(B) | 157.03º | 0.92% | 0.95% | - |
| XYZ | 38.13 | 66.09 | 42.64 | - |
| YUV | 165.93 | 122.95 | 23.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 242 | 157 | 0.92 | 0 | 0.35 | 0.05 | 157.03 | 0.9 | 0.51 |
| Hex | 14 | F2 | 9D | 5C | 0 | 23 | 5 | 9D | 5A | 33 |
| Octal | 24 | 362 | 235 | 134 | 0 | 43 | 5 | 235 | 132 | 63 |
| Binary | 10100 | 11110010 | 10011101 | 1011100 | 0 | 100011 | 101 | 10011101 | 1011010 | 110011 |
Color Harmonies of #14F29D
Complementary color
Monochromatic Colors of #14F29D
Black with #14F29D
Text Example
Text Example
White with #14F29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F29D; }
p { color: rgb(20,242,157); }
H1.HeaderClassName
{
color: #14F29D;
}
.AnyTagClassName
{
color: #14F29D;
}
</style>
background-color css
<style>
a { background-color: #14F29D; }
a { background-color: rgb(20,242,157); }
div.DivClassName
{
background-color: #14F29D;
}
.BgClassName
{
background-color: #14F29D;
}
</style>
border-color css
<style>
span { border-color: #14F29D; }
span { border-color: rgb(20,242,157); }
td.TdClassName
{
border-color: #14F29D;
}
.TagClassName
{
border-color: #14F29D;
}
</style>