Shades of Spring Green #14DC7E
Tints of Spring Green #14DC7E
RGB
CMYK
RGB Variations
Color information
#14DC7E (or 0x14DC7E) is known color: Spring Green. HEX triplet: 14, DC and 7E. RGB value is (20,220,126). Sum of RGB (Red+Green+Blue) = 20+220+126=366 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.46% from 366); Green value is 220 (86.33% from 255 or 60.11% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 220 - color contains mainly: green. Hex color #14DC7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14DC7E is #EB2381. Grayscale: #959595. Windows color (decimal): -15410050 or 8313876. OLE color: 8313876.
HSL color Cylindrical-coordinate representation of color #14DC7E: hue angle of 151.8º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DC7E is Cyan = 0.91, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 220 | 126 | - |
| CMYK | 0.91 | 0 | 0.43 | 0.14 |
| HSL | 151.8º | 0.83% | 0.47% | - |
| HSV(B) | 151.8º | 0.91% | 0.86% | - |
| XYZ | 29.65 | 52.84 | 28.38 | - |
| YUV | 149.48 | 114.74 | 35.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 220 | 126 | 0.91 | 0 | 0.43 | 0.14 | 151.8 | 0.83 | 0.47 |
| Hex | 14 | DC | 7E | 5B | 0 | 2B | E | 98 | 53 | 2F |
| Octal | 24 | 334 | 176 | 133 | 0 | 53 | 16 | 230 | 123 | 57 |
| Binary | 10100 | 11011100 | 1111110 | 1011011 | 0 | 101011 | 1110 | 10011000 | 1010011 | 101111 |
Color Harmonies of #14DC7E
Complementary color
Monochromatic Colors of #14DC7E
Black with #14DC7E
Text Example
Text Example
White with #14DC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DC7E; }
p { color: rgb(20,220,126); }
H1.HeaderClassName
{
color: #14DC7E;
}
.AnyTagClassName
{
color: #14DC7E;
}
</style>
background-color css
<style>
a { background-color: #14DC7E; }
a { background-color: rgb(20,220,126); }
div.DivClassName
{
background-color: #14DC7E;
}
.BgClassName
{
background-color: #14DC7E;
}
</style>
border-color css
<style>
span { border-color: #14DC7E; }
span { border-color: rgb(20,220,126); }
td.TdClassName
{
border-color: #14DC7E;
}
.TagClassName
{
border-color: #14DC7E;
}
</style>