Shades of Spring Green #14DC7F
Tints of Spring Green #14DC7F
RGB
CMYK
RGB Variations
Color information
#14DC7F (or 0x14DC7F) is known color: Spring Green. HEX triplet: 14, DC and 7F. RGB value is (20,220,127). Sum of RGB (Red+Green+Blue) = 20+220+127=367 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.45% from 367); Green value is 220 (86.33% from 255 or 59.95% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 220 - color contains mainly: green. Hex color #14DC7F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14DC7F is #EB2380. Grayscale: #959595. Windows color (decimal): -15410049 or 8379412. OLE color: 8379412.
HSL color Cylindrical-coordinate representation of color #14DC7F: hue angle of 152.1º 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 #14DC7F is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 220 | 127 | - |
| CMYK | 0.91 | 0 | 0.42 | 0.14 |
| HSL | 152.1º | 0.83% | 0.47% | - |
| HSV(B) | 152.1º | 0.91% | 0.86% | - |
| XYZ | 29.71 | 52.87 | 28.72 | - |
| YUV | 149.6 | 115.24 | 35.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 220 | 127 | 0.91 | 0 | 0.42 | 0.14 | 152.1 | 0.83 | 0.47 |
| Hex | 14 | DC | 7F | 5B | 0 | 2A | E | 98 | 53 | 2F |
| Octal | 24 | 334 | 177 | 133 | 0 | 52 | 16 | 230 | 123 | 57 |
| Binary | 10100 | 11011100 | 1111111 | 1011011 | 0 | 101010 | 1110 | 10011000 | 1010011 | 101111 |
Color Harmonies of #14DC7F
Complementary color
Monochromatic Colors of #14DC7F
Black with #14DC7F
Text Example
Text Example
White with #14DC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DC7F; }
p { color: rgb(20,220,127); }
H1.HeaderClassName
{
color: #14DC7F;
}
.AnyTagClassName
{
color: #14DC7F;
}
</style>
background-color css
<style>
a { background-color: #14DC7F; }
a { background-color: rgb(20,220,127); }
div.DivClassName
{
background-color: #14DC7F;
}
.BgClassName
{
background-color: #14DC7F;
}
</style>
border-color css
<style>
span { border-color: #14DC7F; }
span { border-color: rgb(20,220,127); }
td.TdClassName
{
border-color: #14DC7F;
}
.TagClassName
{
border-color: #14DC7F;
}
</style>