Html Css Color HEX #14F594 Medium Spring Green
📋 copy color: '#14F594'red 20 ◦ green 245 ◦ blue 148
Shades of Medium Spring Green #14F594
Tints of Medium Spring Green #14F594
RGB
CMYK
RGB Variations
Color information
#14F594 (or 0x14F594) is known color: Medium Spring Green. HEX triplet: 14, F5 and 94. RGB value is (20,245,148). Sum of RGB (Red+Green+Blue) = 20+245+148=413 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.84% from 413); Green value is 245 (96.09% from 255 or 59.32% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 245 - color contains mainly: green. Hex color #14F594 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F594 is #EB0A6B. Grayscale: #A6A6A6. Windows color (decimal): -15403628 or 9762068. OLE color: 9762068.
HSL color Cylindrical-coordinate representation of color #14F594: hue angle of 154.13º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F594 is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 245 | 148 | - |
| CMYK | 0.92 | 0 | 0.40 | 0.04 |
| HSL | 154.13º | 0.92% | 0.52% | - |
| HSV(B) | 154.13º | 0.92% | 0.96% | - |
| XYZ | 38.29 | 67.59 | 39.05 | - |
| YUV | 166.67 | 117.46 | 23.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 245 | 148 | 0.92 | 0 | 0.40 | 0.04 | 154.13 | 0.92 | 0.52 |
| Hex | 14 | F5 | 94 | 5C | 0 | 28 | 4 | 9A | 5C | 34 |
| Octal | 24 | 365 | 224 | 134 | 0 | 50 | 4 | 232 | 134 | 64 |
| Binary | 10100 | 11110101 | 10010100 | 1011100 | 0 | 101000 | 100 | 10011010 | 1011100 | 110100 |
Color Harmonies of #14F594
Complementary color
Monochromatic Colors of #14F594
Black with #14F594
Text Example
Text Example
White with #14F594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F594; }
p { color: rgb(20,245,148); }
H1.HeaderClassName
{
color: #14F594;
}
.AnyTagClassName
{
color: #14F594;
}
</style>
background-color css
<style>
a { background-color: #14F594; }
a { background-color: rgb(20,245,148); }
div.DivClassName
{
background-color: #14F594;
}
.BgClassName
{
background-color: #14F594;
}
</style>
border-color css
<style>
span { border-color: #14F594; }
span { border-color: rgb(20,245,148); }
td.TdClassName
{
border-color: #14F594;
}
.TagClassName
{
border-color: #14F594;
}
</style>