Shades of Spring Green #14E686
Tints of Spring Green #14E686
RGB
CMYK
RGB Variations
Color information
#14E686 (or 0x14E686) is known color: Spring Green. HEX triplet: 14, E6 and 86. RGB value is (20,230,134). Sum of RGB (Red+Green+Blue) = 20+230+134=384 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.21% from 384); Green value is 230 (90.23% from 255 or 59.90% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 230 - color contains mainly: green. Hex color #14E686 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14E686 is #EB1979. Grayscale: #9C9C9C. Windows color (decimal): -15407482 or 8840724. OLE color: 8840724.
HSL color Cylindrical-coordinate representation of color #14E686: hue angle of 152.57º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E686 is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 20 | 230 | 134 | - |
| CMYK | 0.91 | 0 | 0.42 | 0.10 |
| HSL | 152.57º | 0.84% | 0.49% | - |
| HSV(B) | 152.57º | 0.91% | 0.9% | - |
| XYZ | 32.89 | 58.46 | 32.11 | - |
| YUV | 156.27 | 115.43 | 30.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 230 | 134 | 0.91 | 0 | 0.42 | 0.10 | 152.57 | 0.84 | 0.49 |
| Hex | 14 | E6 | 86 | 5B | 0 | 2A | A | 99 | 54 | 31 |
| Octal | 24 | 346 | 206 | 133 | 0 | 52 | 12 | 231 | 124 | 61 |
| Binary | 10100 | 11100110 | 10000110 | 1011011 | 0 | 101010 | 1010 | 10011001 | 1010100 | 110001 |
Color Harmonies of #14E686
Complementary color
Monochromatic Colors of #14E686
Black with #14E686
Text Example
Text Example
White with #14E686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E686; }
p { color: rgb(20,230,134); }
H1.HeaderClassName
{
color: #14E686;
}
.AnyTagClassName
{
color: #14E686;
}
</style>
background-color css
<style>
a { background-color: #14E686; }
a { background-color: rgb(20,230,134); }
div.DivClassName
{
background-color: #14E686;
}
.BgClassName
{
background-color: #14E686;
}
</style>
border-color css
<style>
span { border-color: #14E686; }
span { border-color: rgb(20,230,134); }
td.TdClassName
{
border-color: #14E686;
}
.TagClassName
{
border-color: #14E686;
}
</style>