Shades of Spring Green #14E07C
Tints of Spring Green #14E07C
RGB
CMYK
RGB Variations
Color information
#14E07C (or 0x14E07C) is known color: Spring Green. HEX triplet: 14, E0 and 7C. RGB value is (20,224,124). Sum of RGB (Red+Green+Blue) = 20+224+124=368 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.43% from 368); Green value is 224 (87.89% from 255 or 60.87% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 224 - color contains mainly: green. Hex color #14E07C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14E07C is #EB1F83. Grayscale: #979797. Windows color (decimal): -15409028 or 8183828. OLE color: 8183828.
HSL color Cylindrical-coordinate representation of color #14E07C: hue angle of 150.59º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E07C is Cyan = 0.91, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 224 | 124 | - |
| CMYK | 0.91 | 0 | 0.45 | 0.12 |
| HSL | 150.59º | 0.84% | 0.48% | - |
| HSV(B) | 150.59º | 0.91% | 0.88% | - |
| XYZ | 30.58 | 54.92 | 28.06 | - |
| YUV | 151.6 | 112.41 | 34.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 224 | 124 | 0.91 | 0 | 0.45 | 0.12 | 150.59 | 0.84 | 0.48 |
| Hex | 14 | E0 | 7C | 5B | 0 | 2D | C | 97 | 54 | 30 |
| Octal | 24 | 340 | 174 | 133 | 0 | 55 | 14 | 227 | 124 | 60 |
| Binary | 10100 | 11100000 | 1111100 | 1011011 | 0 | 101101 | 1100 | 10010111 | 1010100 | 110000 |
Color Harmonies of #14E07C
Complementary color
Monochromatic Colors of #14E07C
Black with #14E07C
Text Example
Text Example
White with #14E07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E07C; }
p { color: rgb(20,224,124); }
H1.HeaderClassName
{
color: #14E07C;
}
.AnyTagClassName
{
color: #14E07C;
}
</style>
background-color css
<style>
a { background-color: #14E07C; }
a { background-color: rgb(20,224,124); }
div.DivClassName
{
background-color: #14E07C;
}
.BgClassName
{
background-color: #14E07C;
}
</style>
border-color css
<style>
span { border-color: #14E07C; }
span { border-color: rgb(20,224,124); }
td.TdClassName
{
border-color: #14E07C;
}
.TagClassName
{
border-color: #14E07C;
}
</style>