Shades of Spring Green #14ED88
Tints of Spring Green #14ED88
RGB
CMYK
RGB Variations
Color information
#14ED88 (or 0x14ED88) is known color: Spring Green. HEX triplet: 14, ED and 88. RGB value is (20,237,136). Sum of RGB (Red+Green+Blue) = 20+237+136=393 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.09% from 393); Green value is 237 (92.97% from 255 or 60.31% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 237 - color contains mainly: green. Hex color #14ED88 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14ED88 is #EB1277. Grayscale: #A0A0A0. Windows color (decimal): -15405688 or 8973588. OLE color: 8973588.
HSL color Cylindrical-coordinate representation of color #14ED88: hue angle of 152.07º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14ED88 is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 237 | 136 | - |
| CMYK | 0.92 | 0 | 0.43 | 0.07 |
| HSL | 152.07º | 0.86% | 0.5% | - |
| HSV(B) | 152.07º | 0.92% | 0.93% | - |
| XYZ | 35.02 | 62.49 | 33.51 | - |
| YUV | 160.6 | 114.11 | 27.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 237 | 136 | 0.92 | 0 | 0.43 | 0.07 | 152.07 | 0.86 | 0.5 |
| Hex | 14 | ED | 88 | 5C | 0 | 2B | 7 | 98 | 56 | 32 |
| Octal | 24 | 355 | 210 | 134 | 0 | 53 | 7 | 230 | 126 | 62 |
| Binary | 10100 | 11101101 | 10001000 | 1011100 | 0 | 101011 | 111 | 10011000 | 1010110 | 110010 |
Color Harmonies of #14ED88
Complementary color
Monochromatic Colors of #14ED88
Black with #14ED88
Text Example
Text Example
White with #14ED88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ED88; }
p { color: rgb(20,237,136); }
H1.HeaderClassName
{
color: #14ED88;
}
.AnyTagClassName
{
color: #14ED88;
}
</style>
background-color css
<style>
a { background-color: #14ED88; }
a { background-color: rgb(20,237,136); }
div.DivClassName
{
background-color: #14ED88;
}
.BgClassName
{
background-color: #14ED88;
}
</style>
border-color css
<style>
span { border-color: #14ED88; }
span { border-color: rgb(20,237,136); }
td.TdClassName
{
border-color: #14ED88;
}
.TagClassName
{
border-color: #14ED88;
}
</style>