Html Css Color HEX #14EDAD Medium Spring Green
📋 copy color: '#14EDAD'red 20 ◦ green 237 ◦ blue 173
Shades of Medium Spring Green #14EDAD
Tints of Medium Spring Green #14EDAD
RGB
CMYK
RGB Variations
Color information
#14EDAD (or 0x14EDAD) is known color: Medium Spring Green. HEX triplet: 14, ED and AD. RGB value is (20,237,173). Sum of RGB (Red+Green+Blue) = 20+237+173=430 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.65% from 430); Green value is 237 (92.97% from 255 or 55.12% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 237 - color contains mainly: green. Hex color #14EDAD is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14EDAD is #EB1252. Grayscale: #A4A4A4. Windows color (decimal): -15405651 or 11398420. OLE color: 11398420.
HSL color Cylindrical-coordinate representation of color #14EDAD: hue angle of 162.3º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14EDAD is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 237 | 173 | - |
| CMYK | 0.92 | 0 | 0.27 | 0.07 |
| HSL | 162.3º | 0.86% | 0.5% | - |
| HSV(B) | 162.3º | 0.92% | 0.93% | - |
| XYZ | 38.12 | 63.73 | 49.83 | - |
| YUV | 164.82 | 132.61 | 24.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 237 | 173 | 0.92 | 0 | 0.27 | 0.07 | 162.3 | 0.86 | 0.5 |
| Hex | 14 | ED | AD | 5C | 0 | 1B | 7 | A2 | 56 | 32 |
| Octal | 24 | 355 | 255 | 134 | 0 | 33 | 7 | 242 | 126 | 62 |
| Binary | 10100 | 11101101 | 10101101 | 1011100 | 0 | 11011 | 111 | 10100010 | 1010110 | 110010 |
Color Harmonies of #14EDAD
Complementary color
Monochromatic Colors of #14EDAD
Black with #14EDAD
Text Example
Text Example
White with #14EDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EDAD; }
p { color: rgb(20,237,173); }
H1.HeaderClassName
{
color: #14EDAD;
}
.AnyTagClassName
{
color: #14EDAD;
}
</style>
background-color css
<style>
a { background-color: #14EDAD; }
a { background-color: rgb(20,237,173); }
div.DivClassName
{
background-color: #14EDAD;
}
.BgClassName
{
background-color: #14EDAD;
}
</style>
border-color css
<style>
span { border-color: #14EDAD; }
span { border-color: rgb(20,237,173); }
td.TdClassName
{
border-color: #14EDAD;
}
.TagClassName
{
border-color: #14EDAD;
}
</style>