Shades of Spring Green #14E176
Tints of Spring Green #14E176
RGB
CMYK
RGB Variations
Color information
#14E176 (or 0x14E176) is known color: Spring Green. HEX triplet: 14, E1 and 76. RGB value is (20,225,118). Sum of RGB (Red+Green+Blue) = 20+225+118=363 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.51% from 363); Green value is 225 (88.28% from 255 or 61.98% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 225 - color contains mainly: green. Hex color #14E176 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14E176 is #EB1E89. Grayscale: #979797. Windows color (decimal): -15408778 or 7790868. OLE color: 7790868.
HSL color Cylindrical-coordinate representation of color #14E176: hue angle of 148.68º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E176 is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 225 | 118 | - |
| CMYK | 0.91 | 0 | 0.48 | 0.12 |
| HSL | 148.68º | 0.84% | 0.48% | - |
| HSV(B) | 148.68º | 0.91% | 0.88% | - |
| XYZ | 30.48 | 55.31 | 26.21 | - |
| YUV | 151.51 | 109.08 | 34.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 225 | 118 | 0.91 | 0 | 0.48 | 0.12 | 148.68 | 0.84 | 0.48 |
| Hex | 14 | E1 | 76 | 5B | 0 | 30 | C | 95 | 54 | 30 |
| Octal | 24 | 341 | 166 | 133 | 0 | 60 | 14 | 225 | 124 | 60 |
| Binary | 10100 | 11100001 | 1110110 | 1011011 | 0 | 110000 | 1100 | 10010101 | 1010100 | 110000 |
Color Harmonies of #14E176
Complementary color
Monochromatic Colors of #14E176
Black with #14E176
Text Example
Text Example
White with #14E176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E176; }
p { color: rgb(20,225,118); }
H1.HeaderClassName
{
color: #14E176;
}
.AnyTagClassName
{
color: #14E176;
}
</style>
background-color css
<style>
a { background-color: #14E176; }
a { background-color: rgb(20,225,118); }
div.DivClassName
{
background-color: #14E176;
}
.BgClassName
{
background-color: #14E176;
}
</style>
border-color css
<style>
span { border-color: #14E176; }
span { border-color: rgb(20,225,118); }
td.TdClassName
{
border-color: #14E176;
}
.TagClassName
{
border-color: #14E176;
}
</style>