Html Css Color HEX #14F09C Medium Spring Green
📋 copy color: '#14F09C'red 20 ◦ green 240 ◦ blue 156
Shades of Medium Spring Green #14F09C
Tints of Medium Spring Green #14F09C
RGB
CMYK
RGB Variations
Color information
#14F09C (or 0x14F09C) is known color: Medium Spring Green. HEX triplet: 14, F0 and 9C. RGB value is (20,240,156). Sum of RGB (Red+Green+Blue) = 20+240+156=416 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.81% from 416); Green value is 240 (94.14% from 255 or 57.69% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 240 - color contains mainly: green. Hex color #14F09C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F09C is #EB0F63. Grayscale: #A4A4A4. Windows color (decimal): -15404900 or 10285076. OLE color: 10285076.
HSL color Cylindrical-coordinate representation of color #14F09C: hue angle of 157.09º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F09C is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 240 | 156 | - |
| CMYK | 0.92 | 0 | 0.35 | 0.06 |
| HSL | 157.09º | 0.88% | 0.51% | - |
| HSV(B) | 157.09º | 0.92% | 0.94% | - |
| XYZ | 37.45 | 64.87 | 42 | - |
| YUV | 164.64 | 123.11 | 24.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 240 | 156 | 0.92 | 0 | 0.35 | 0.06 | 157.09 | 0.88 | 0.51 |
| Hex | 14 | F0 | 9C | 5C | 0 | 23 | 6 | 9D | 58 | 33 |
| Octal | 24 | 360 | 234 | 134 | 0 | 43 | 6 | 235 | 130 | 63 |
| Binary | 10100 | 11110000 | 10011100 | 1011100 | 0 | 100011 | 110 | 10011101 | 1011000 | 110011 |
Color Harmonies of #14F09C
Complementary color
Monochromatic Colors of #14F09C
Black with #14F09C
Text Example
Text Example
White with #14F09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F09C; }
p { color: rgb(20,240,156); }
H1.HeaderClassName
{
color: #14F09C;
}
.AnyTagClassName
{
color: #14F09C;
}
</style>
background-color css
<style>
a { background-color: #14F09C; }
a { background-color: rgb(20,240,156); }
div.DivClassName
{
background-color: #14F09C;
}
.BgClassName
{
background-color: #14F09C;
}
</style>
border-color css
<style>
span { border-color: #14F09C; }
span { border-color: rgb(20,240,156); }
td.TdClassName
{
border-color: #14F09C;
}
.TagClassName
{
border-color: #14F09C;
}
</style>