Shades of Spring Green #14EF7E
Tints of Spring Green #14EF7E
RGB
CMYK
RGB Variations
Color information
#14EF7E (or 0x14EF7E) is known color: Spring Green. HEX triplet: 14, EF and 7E. RGB value is (20,239,126). Sum of RGB (Red+Green+Blue) = 20+239+126=385 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.19% from 385); Green value is 239 (93.75% from 255 or 62.08% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 239 - color contains mainly: green. Hex color #14EF7E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14EF7E is #EB1081. Grayscale: #A0A0A0. Windows color (decimal): -15405186 or 8318740. OLE color: 8318740.
HSL color Cylindrical-coordinate representation of color #14EF7E: hue angle of 149.04º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14EF7E is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 239 | 126 | - |
| CMYK | 0.92 | 0 | 0.47 | 0.06 |
| HSL | 149.04º | 0.87% | 0.51% | - |
| HSV(B) | 149.04º | 0.92% | 0.94% | - |
| XYZ | 34.92 | 63.39 | 30.13 | - |
| YUV | 160.64 | 108.45 | 27.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 239 | 126 | 0.92 | 0 | 0.47 | 0.06 | 149.04 | 0.87 | 0.51 |
| Hex | 14 | EF | 7E | 5C | 0 | 2F | 6 | 95 | 57 | 33 |
| Octal | 24 | 357 | 176 | 134 | 0 | 57 | 6 | 225 | 127 | 63 |
| Binary | 10100 | 11101111 | 1111110 | 1011100 | 0 | 101111 | 110 | 10010101 | 1010111 | 110011 |
Color Harmonies of #14EF7E
Complementary color
Monochromatic Colors of #14EF7E
Black with #14EF7E
Text Example
Text Example
White with #14EF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EF7E; }
p { color: rgb(20,239,126); }
H1.HeaderClassName
{
color: #14EF7E;
}
.AnyTagClassName
{
color: #14EF7E;
}
</style>
background-color css
<style>
a { background-color: #14EF7E; }
a { background-color: rgb(20,239,126); }
div.DivClassName
{
background-color: #14EF7E;
}
.BgClassName
{
background-color: #14EF7E;
}
</style>
border-color css
<style>
span { border-color: #14EF7E; }
span { border-color: rgb(20,239,126); }
td.TdClassName
{
border-color: #14EF7E;
}
.TagClassName
{
border-color: #14EF7E;
}
</style>