Shades of Spring Green #14DC7D
Tints of Spring Green #14DC7D
RGB
CMYK
RGB Variations
Color information
#14DC7D (or 0x14DC7D) is known color: Spring Green. HEX triplet: 14, DC and 7D. RGB value is (20,220,125). Sum of RGB (Red+Green+Blue) = 20+220+125=365 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.48% from 365); Green value is 220 (86.33% from 255 or 60.27% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 220 - color contains mainly: green. Hex color #14DC7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14DC7D is #EB2382. Grayscale: #959595. Windows color (decimal): -15410051 or 8248340. OLE color: 8248340.
HSL color Cylindrical-coordinate representation of color #14DC7D: hue angle of 151.5º 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 #14DC7D is Cyan = 0.91, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 220 | 125 | - |
| CMYK | 0.91 | 0 | 0.43 | 0.14 |
| HSL | 151.5º | 0.83% | 0.47% | - |
| HSV(B) | 151.5º | 0.91% | 0.86% | - |
| XYZ | 29.58 | 52.82 | 28.04 | - |
| YUV | 149.37 | 114.24 | 35.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 220 | 125 | 0.91 | 0 | 0.43 | 0.14 | 151.5 | 0.83 | 0.47 |
| Hex | 14 | DC | 7D | 5B | 0 | 2B | E | 98 | 53 | 2F |
| Octal | 24 | 334 | 175 | 133 | 0 | 53 | 16 | 230 | 123 | 57 |
| Binary | 10100 | 11011100 | 1111101 | 1011011 | 0 | 101011 | 1110 | 10011000 | 1010011 | 101111 |
Color Harmonies of #14DC7D
Complementary color
Monochromatic Colors of #14DC7D
Black with #14DC7D
Text Example
Text Example
White with #14DC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DC7D; }
p { color: rgb(20,220,125); }
H1.HeaderClassName
{
color: #14DC7D;
}
.AnyTagClassName
{
color: #14DC7D;
}
</style>
background-color css
<style>
a { background-color: #14DC7D; }
a { background-color: rgb(20,220,125); }
div.DivClassName
{
background-color: #14DC7D;
}
.BgClassName
{
background-color: #14DC7D;
}
</style>
border-color css
<style>
span { border-color: #14DC7D; }
span { border-color: rgb(20,220,125); }
td.TdClassName
{
border-color: #14DC7D;
}
.TagClassName
{
border-color: #14DC7D;
}
</style>