Html Css Color HEX #14F393 Medium Spring Green
📋 copy color: '#14F393'red 20 ◦ green 243 ◦ blue 147
Shades of Medium Spring Green #14F393
Tints of Medium Spring Green #14F393
RGB
CMYK
RGB Variations
Color information
#14F393 (or 0x14F393) is known color: Medium Spring Green. HEX triplet: 14, F3 and 93. RGB value is (20,243,147). Sum of RGB (Red+Green+Blue) = 20+243+147=410 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.88% from 410); Green value is 243 (95.31% from 255 or 59.27% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 243 - color contains mainly: green. Hex color #14F393 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F393 is #EB0C6C. Grayscale: #A5A5A5. Windows color (decimal): -15404141 or 9696020. OLE color: 9696020.
HSL color Cylindrical-coordinate representation of color #14F393: hue angle of 154.17º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F393 is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 243 | 147 | - |
| CMYK | 0.92 | 0 | 0.40 | 0.05 |
| HSL | 154.17º | 0.9% | 0.52% | - |
| HSV(B) | 154.17º | 0.92% | 0.95% | - |
| XYZ | 37.61 | 66.36 | 38.43 | - |
| YUV | 165.38 | 117.62 | 24.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 243 | 147 | 0.92 | 0 | 0.40 | 0.05 | 154.17 | 0.9 | 0.52 |
| Hex | 14 | F3 | 93 | 5C | 0 | 28 | 5 | 9A | 5A | 34 |
| Octal | 24 | 363 | 223 | 134 | 0 | 50 | 5 | 232 | 132 | 64 |
| Binary | 10100 | 11110011 | 10010011 | 1011100 | 0 | 101000 | 101 | 10011010 | 1011010 | 110100 |
Color Harmonies of #14F393
Complementary color
Monochromatic Colors of #14F393
Black with #14F393
Text Example
Text Example
White with #14F393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F393; }
p { color: rgb(20,243,147); }
H1.HeaderClassName
{
color: #14F393;
}
.AnyTagClassName
{
color: #14F393;
}
</style>
background-color css
<style>
a { background-color: #14F393; }
a { background-color: rgb(20,243,147); }
div.DivClassName
{
background-color: #14F393;
}
.BgClassName
{
background-color: #14F393;
}
</style>
border-color css
<style>
span { border-color: #14F393; }
span { border-color: rgb(20,243,147); }
td.TdClassName
{
border-color: #14F393;
}
.TagClassName
{
border-color: #14F393;
}
</style>