Shades of Spring Green #14EC77
Tints of Spring Green #14EC77
RGB
CMYK
RGB Variations
Color information
#14EC77 (or 0x14EC77) is known color: Spring Green. HEX triplet: 14, EC and 77. RGB value is (20,236,119). Sum of RGB (Red+Green+Blue) = 20+236+119=375 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.33% from 375); Green value is 236 (92.58% from 255 or 62.93% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 236 - color contains mainly: green. Hex color #14EC77 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14EC77 is #EB1388. Grayscale: #9E9E9E. Windows color (decimal): -15405961 or 7859220. OLE color: 7859220.
HSL color Cylindrical-coordinate representation of color #14EC77: hue angle of 147.5º degrees, saturation: 0.85, 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 #14EC77 is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 236 | 119 | - |
| CMYK | 0.92 | 0 | 0.50 | 0.07 |
| HSL | 147.5º | 0.85% | 0.5% | - |
| HSV(B) | 147.5º | 0.92% | 0.93% | - |
| XYZ | 33.61 | 61.47 | 27.55 | - |
| YUV | 158.08 | 105.94 | 29.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 236 | 119 | 0.92 | 0 | 0.50 | 0.07 | 147.5 | 0.85 | 0.5 |
| Hex | 14 | EC | 77 | 5C | 0 | 32 | 7 | 94 | 55 | 32 |
| Octal | 24 | 354 | 167 | 134 | 0 | 62 | 7 | 224 | 125 | 62 |
| Binary | 10100 | 11101100 | 1110111 | 1011100 | 0 | 110010 | 111 | 10010100 | 1010101 | 110010 |
Color Harmonies of #14EC77
Complementary color
Monochromatic Colors of #14EC77
Black with #14EC77
Text Example
Text Example
White with #14EC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EC77; }
p { color: rgb(20,236,119); }
H1.HeaderClassName
{
color: #14EC77;
}
.AnyTagClassName
{
color: #14EC77;
}
</style>
background-color css
<style>
a { background-color: #14EC77; }
a { background-color: rgb(20,236,119); }
div.DivClassName
{
background-color: #14EC77;
}
.BgClassName
{
background-color: #14EC77;
}
</style>
border-color css
<style>
span { border-color: #14EC77; }
span { border-color: rgb(20,236,119); }
td.TdClassName
{
border-color: #14EC77;
}
.TagClassName
{
border-color: #14EC77;
}
</style>