Shades of Spring Green #14ED70
Tints of Spring Green #14ED70
RGB
CMYK
RGB Variations
Color information
#14ED70 (or 0x14ED70) is known color: Spring Green. HEX triplet: 14, ED and 70. RGB value is (20,237,112). Sum of RGB (Red+Green+Blue) = 20+237+112=369 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.42% from 369); Green value is 237 (92.97% from 255 or 64.23% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 237 - color contains mainly: green. Hex color #14ED70 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14ED70 is #EB128F. Grayscale: #9E9E9E. Windows color (decimal): -15405712 or 7400724. OLE color: 7400724.
HSL color Cylindrical-coordinate representation of color #14ED70: hue angle of 145.44º 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 #14ED70 is Cyan = 0.92, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 237 | 112 | - |
| CMYK | 0.92 | 0 | 0.53 | 0.07 |
| HSL | 145.44º | 0.86% | 0.5% | - |
| HSV(B) | 145.44º | 0.92% | 0.93% | - |
| XYZ | 33.5 | 61.89 | 25.51 | - |
| YUV | 157.87 | 102.11 | 29.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 237 | 112 | 0.92 | 0 | 0.53 | 0.07 | 145.44 | 0.86 | 0.5 |
| Hex | 14 | ED | 70 | 5C | 0 | 35 | 7 | 91 | 56 | 32 |
| Octal | 24 | 355 | 160 | 134 | 0 | 65 | 7 | 221 | 126 | 62 |
| Binary | 10100 | 11101101 | 1110000 | 1011100 | 0 | 110101 | 111 | 10010001 | 1010110 | 110010 |
Color Harmonies of #14ED70
Complementary color
Monochromatic Colors of #14ED70
Black with #14ED70
Text Example
Text Example
White with #14ED70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ED70; }
p { color: rgb(20,237,112); }
H1.HeaderClassName
{
color: #14ED70;
}
.AnyTagClassName
{
color: #14ED70;
}
</style>
background-color css
<style>
a { background-color: #14ED70; }
a { background-color: rgb(20,237,112); }
div.DivClassName
{
background-color: #14ED70;
}
.BgClassName
{
background-color: #14ED70;
}
</style>
border-color css
<style>
span { border-color: #14ED70; }
span { border-color: rgb(20,237,112); }
td.TdClassName
{
border-color: #14ED70;
}
.TagClassName
{
border-color: #14ED70;
}
</style>