Html Css Color HEX #14EFB9 Medium Spring Green
📋 copy color: '#14EFB9'red 20 ◦ green 239 ◦ blue 185
Shades of Medium Spring Green #14EFB9
Tints of Medium Spring Green #14EFB9
RGB
CMYK
RGB Variations
Color information
#14EFB9 (or 0x14EFB9) is known color: Medium Spring Green. HEX triplet: 14, EF and B9. RGB value is (20,239,185). Sum of RGB (Red+Green+Blue) = 20+239+185=444 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.50% from 444); Green value is 239 (93.75% from 255 or 53.83% from 444); Blue value is 185 (72.66% from 255 or 41.67% from 444); Max value from RGB is 239 - color contains mainly: green. Hex color #14EFB9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14EFB9 is #EB1046. Grayscale: #A7A7A7. Windows color (decimal): -15405127 or 12185364. OLE color: 12185364.
HSL color Cylindrical-coordinate representation of color #14EFB9: hue angle of 165.21º degrees, saturation: 0.87, 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 #14EFB9 is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 239 | 185 | - |
| CMYK | 0.92 | 0 | 0.23 | 0.06 |
| HSL | 165.21º | 0.87% | 0.51% | - |
| HSV(B) | 165.21º | 0.92% | 0.94% | - |
| XYZ | 39.91 | 65.38 | 56.42 | - |
| YUV | 167.36 | 137.95 | 22.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 239 | 185 | 0.92 | 0 | 0.23 | 0.06 | 165.21 | 0.87 | 0.51 |
| Hex | 14 | EF | B9 | 5C | 0 | 17 | 6 | A5 | 57 | 33 |
| Octal | 24 | 357 | 271 | 134 | 0 | 27 | 6 | 245 | 127 | 63 |
| Binary | 10100 | 11101111 | 10111001 | 1011100 | 0 | 10111 | 110 | 10100101 | 1010111 | 110011 |
Color Harmonies of #14EFB9
Complementary color
Monochromatic Colors of #14EFB9
Black with #14EFB9
Text Example
Text Example
White with #14EFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EFB9; }
p { color: rgb(20,239,185); }
H1.HeaderClassName
{
color: #14EFB9;
}
.AnyTagClassName
{
color: #14EFB9;
}
</style>
background-color css
<style>
a { background-color: #14EFB9; }
a { background-color: rgb(20,239,185); }
div.DivClassName
{
background-color: #14EFB9;
}
.BgClassName
{
background-color: #14EFB9;
}
</style>
border-color css
<style>
span { border-color: #14EFB9; }
span { border-color: rgb(20,239,185); }
td.TdClassName
{
border-color: #14EFB9;
}
.TagClassName
{
border-color: #14EFB9;
}
</style>