Shades of Spring Green #14EA89
Tints of Spring Green #14EA89
RGB
CMYK
RGB Variations
Color information
#14EA89 (or 0x14EA89) is known color: Spring Green. HEX triplet: 14, EA and 89. RGB value is (20,234,137). Sum of RGB (Red+Green+Blue) = 20+234+137=391 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.12% from 391); Green value is 234 (91.80% from 255 or 59.85% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 234 - color contains mainly: green. Hex color #14EA89 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14EA89 is #EB1576. Grayscale: #9F9F9F. Windows color (decimal): -15406455 or 9038356. OLE color: 9038356.
HSL color Cylindrical-coordinate representation of color #14EA89: hue angle of 152.8º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14EA89 is Cyan = 0.91, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 234 | 137 | - |
| CMYK | 0.91 | 0 | 0.41 | 0.08 |
| HSL | 152.8º | 0.84% | 0.5% | - |
| HSV(B) | 152.8º | 0.91% | 0.92% | - |
| XYZ | 34.23 | 60.8 | 33.6 | - |
| YUV | 158.96 | 115.6 | 28.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 234 | 137 | 0.91 | 0 | 0.41 | 0.08 | 152.8 | 0.84 | 0.5 |
| Hex | 14 | EA | 89 | 5B | 0 | 29 | 8 | 99 | 54 | 32 |
| Octal | 24 | 352 | 211 | 133 | 0 | 51 | 10 | 231 | 124 | 62 |
| Binary | 10100 | 11101010 | 10001001 | 1011011 | 0 | 101001 | 1000 | 10011001 | 1010100 | 110010 |
Color Harmonies of #14EA89
Complementary color
Monochromatic Colors of #14EA89
Black with #14EA89
Text Example
Text Example
White with #14EA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EA89; }
p { color: rgb(20,234,137); }
H1.HeaderClassName
{
color: #14EA89;
}
.AnyTagClassName
{
color: #14EA89;
}
</style>
background-color css
<style>
a { background-color: #14EA89; }
a { background-color: rgb(20,234,137); }
div.DivClassName
{
background-color: #14EA89;
}
.BgClassName
{
background-color: #14EA89;
}
</style>
border-color css
<style>
span { border-color: #14EA89; }
span { border-color: rgb(20,234,137); }
td.TdClassName
{
border-color: #14EA89;
}
.TagClassName
{
border-color: #14EA89;
}
</style>