Shades of Spring Green #14E177
Tints of Spring Green #14E177
RGB
CMYK
RGB Variations
Color information
#14E177 (or 0x14E177) is known color: Spring Green. HEX triplet: 14, E1 and 77. RGB value is (20,225,119). Sum of RGB (Red+Green+Blue) = 20+225+119=364 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.49% from 364); Green value is 225 (88.28% from 255 or 61.81% from 364); Blue value is 119 (46.88% from 255 or 32.69% from 364); Max value from RGB is 225 - color contains mainly: green. Hex color #14E177 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14E177 is #EB1E88. Grayscale: #979797. Windows color (decimal): -15408777 or 7856404. OLE color: 7856404.
HSL color Cylindrical-coordinate representation of color #14E177: hue angle of 148.98º 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 #14E177 is Cyan = 0.91, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 225 | 119 | - |
| CMYK | 0.91 | 0 | 0.47 | 0.12 |
| HSL | 148.98º | 0.84% | 0.48% | - |
| HSV(B) | 148.98º | 0.91% | 0.88% | - |
| XYZ | 30.54 | 55.33 | 26.52 | - |
| YUV | 151.62 | 109.58 | 34.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 225 | 119 | 0.91 | 0 | 0.47 | 0.12 | 148.98 | 0.84 | 0.48 |
| Hex | 14 | E1 | 77 | 5B | 0 | 2F | C | 95 | 54 | 30 |
| Octal | 24 | 341 | 167 | 133 | 0 | 57 | 14 | 225 | 124 | 60 |
| Binary | 10100 | 11100001 | 1110111 | 1011011 | 0 | 101111 | 1100 | 10010101 | 1010100 | 110000 |
Color Harmonies of #14E177
Complementary color
Monochromatic Colors of #14E177
Black with #14E177
Text Example
Text Example
White with #14E177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E177; }
p { color: rgb(20,225,119); }
H1.HeaderClassName
{
color: #14E177;
}
.AnyTagClassName
{
color: #14E177;
}
</style>
background-color css
<style>
a { background-color: #14E177; }
a { background-color: rgb(20,225,119); }
div.DivClassName
{
background-color: #14E177;
}
.BgClassName
{
background-color: #14E177;
}
</style>
border-color css
<style>
span { border-color: #14E177; }
span { border-color: rgb(20,225,119); }
td.TdClassName
{
border-color: #14E177;
}
.TagClassName
{
border-color: #14E177;
}
</style>