Html Css Color HEX #14F28C Medium Spring Green
📋 copy color: '#14F28C'red 20 ◦ green 242 ◦ blue 140
Shades of Medium Spring Green #14F28C
Tints of Medium Spring Green #14F28C
RGB
CMYK
RGB Variations
Color information
#14F28C (or 0x14F28C) is known color: Medium Spring Green. HEX triplet: 14, F2 and 8C. RGB value is (20,242,140). Sum of RGB (Red+Green+Blue) = 20+242+140=402 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.98% from 402); Green value is 242 (94.92% from 255 or 60.20% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 242 - color contains mainly: green. Hex color #14F28C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F28C is #EB0D73. Grayscale: #A4A4A4. Windows color (decimal): -15404404 or 9237012. OLE color: 9237012.
HSL color Cylindrical-coordinate representation of color #14F28C: hue angle of 152.43º 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 #14F28C is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 242 | 140 | - |
| CMYK | 0.92 | 0 | 0.42 | 0.05 |
| HSL | 152.43º | 0.9% | 0.51% | - |
| HSV(B) | 152.43º | 0.92% | 0.95% | - |
| XYZ | 36.77 | 65.55 | 35.52 | - |
| YUV | 163.99 | 114.45 | 25.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 242 | 140 | 0.92 | 0 | 0.42 | 0.05 | 152.43 | 0.9 | 0.51 |
| Hex | 14 | F2 | 8C | 5C | 0 | 2A | 5 | 98 | 5A | 33 |
| Octal | 24 | 362 | 214 | 134 | 0 | 52 | 5 | 230 | 132 | 63 |
| Binary | 10100 | 11110010 | 10001100 | 1011100 | 0 | 101010 | 101 | 10011000 | 1011010 | 110011 |
Color Harmonies of #14F28C
Complementary color
Monochromatic Colors of #14F28C
Black with #14F28C
Text Example
Text Example
White with #14F28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F28C; }
p { color: rgb(20,242,140); }
H1.HeaderClassName
{
color: #14F28C;
}
.AnyTagClassName
{
color: #14F28C;
}
</style>
background-color css
<style>
a { background-color: #14F28C; }
a { background-color: rgb(20,242,140); }
div.DivClassName
{
background-color: #14F28C;
}
.BgClassName
{
background-color: #14F28C;
}
</style>
border-color css
<style>
span { border-color: #14F28C; }
span { border-color: rgb(20,242,140); }
td.TdClassName
{
border-color: #14F28C;
}
.TagClassName
{
border-color: #14F28C;
}
</style>