Shades of Spring Green #14E97B
Tints of Spring Green #14E97B
RGB
CMYK
RGB Variations
Color information
#14E97B (or 0x14E97B) is known color: Spring Green. HEX triplet: 14, E9 and 7B. RGB value is (20,233,123). Sum of RGB (Red+Green+Blue) = 20+233+123=376 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.32% from 376); Green value is 233 (91.41% from 255 or 61.97% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 233 - color contains mainly: green. Hex color #14E97B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14E97B is #EB1684. Grayscale: #9D9D9D. Windows color (decimal): -15406725 or 8120596. OLE color: 8120596.
HSL color Cylindrical-coordinate representation of color #14E97B: hue angle of 149.01º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E97B is Cyan = 0.91, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 233 | 123 | - |
| CMYK | 0.91 | 0 | 0.47 | 0.09 |
| HSL | 149.01º | 0.84% | 0.5% | - |
| HSV(B) | 149.01º | 0.91% | 0.91% | - |
| XYZ | 33 | 59.86 | 28.55 | - |
| YUV | 156.77 | 108.93 | 30.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 233 | 123 | 0.91 | 0 | 0.47 | 0.09 | 149.01 | 0.84 | 0.5 |
| Hex | 14 | E9 | 7B | 5B | 0 | 2F | 9 | 95 | 54 | 32 |
| Octal | 24 | 351 | 173 | 133 | 0 | 57 | 11 | 225 | 124 | 62 |
| Binary | 10100 | 11101001 | 1111011 | 1011011 | 0 | 101111 | 1001 | 10010101 | 1010100 | 110010 |
Color Harmonies of #14E97B
Complementary color
Monochromatic Colors of #14E97B
Black with #14E97B
Text Example
Text Example
White with #14E97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E97B; }
p { color: rgb(20,233,123); }
H1.HeaderClassName
{
color: #14E97B;
}
.AnyTagClassName
{
color: #14E97B;
}
</style>
background-color css
<style>
a { background-color: #14E97B; }
a { background-color: rgb(20,233,123); }
div.DivClassName
{
background-color: #14E97B;
}
.BgClassName
{
background-color: #14E97B;
}
</style>
border-color css
<style>
span { border-color: #14E97B; }
span { border-color: rgb(20,233,123); }
td.TdClassName
{
border-color: #14E97B;
}
.TagClassName
{
border-color: #14E97B;
}
</style>