Html Css Color HEX #14F296 Medium Spring Green
📋 copy color: '#14F296'red 20 ◦ green 242 ◦ blue 150
Shades of Medium Spring Green #14F296
Tints of Medium Spring Green #14F296
RGB
CMYK
RGB Variations
Color information
#14F296 (or 0x14F296) is known color: Medium Spring Green. HEX triplet: 14, F2 and 96. RGB value is (20,242,150). Sum of RGB (Red+Green+Blue) = 20+242+150=412 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.85% from 412); Green value is 242 (94.92% from 255 or 58.74% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 242 - color contains mainly: green. Hex color #14F296 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F296 is #EB0D69. Grayscale: #A5A5A5. Windows color (decimal): -15404394 or 9892372. OLE color: 9892372.
HSL color Cylindrical-coordinate representation of color #14F296: hue angle of 155.14º 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 #14F296 is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 242 | 150 | - |
| CMYK | 0.92 | 0 | 0.38 | 0.05 |
| HSL | 155.14º | 0.9% | 0.51% | - |
| HSV(B) | 155.14º | 0.92% | 0.95% | - |
| XYZ | 37.55 | 65.85 | 39.59 | - |
| YUV | 165.13 | 119.45 | 24.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 242 | 150 | 0.92 | 0 | 0.38 | 0.05 | 155.14 | 0.9 | 0.51 |
| Hex | 14 | F2 | 96 | 5C | 0 | 26 | 5 | 9B | 5A | 33 |
| Octal | 24 | 362 | 226 | 134 | 0 | 46 | 5 | 233 | 132 | 63 |
| Binary | 10100 | 11110010 | 10010110 | 1011100 | 0 | 100110 | 101 | 10011011 | 1011010 | 110011 |
Color Harmonies of #14F296
Complementary color
Monochromatic Colors of #14F296
Black with #14F296
Text Example
Text Example
White with #14F296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F296; }
p { color: rgb(20,242,150); }
H1.HeaderClassName
{
color: #14F296;
}
.AnyTagClassName
{
color: #14F296;
}
</style>
background-color css
<style>
a { background-color: #14F296; }
a { background-color: rgb(20,242,150); }
div.DivClassName
{
background-color: #14F296;
}
.BgClassName
{
background-color: #14F296;
}
</style>
border-color css
<style>
span { border-color: #14F296; }
span { border-color: rgb(20,242,150); }
td.TdClassName
{
border-color: #14F296;
}
.TagClassName
{
border-color: #14F296;
}
</style>