Shades of Spring Green #14E17E
Tints of Spring Green #14E17E
RGB
CMYK
RGB Variations
Color information
#14E17E (or 0x14E17E) is known color: Spring Green. HEX triplet: 14, E1 and 7E. RGB value is (20,225,126). Sum of RGB (Red+Green+Blue) = 20+225+126=371 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.39% from 371); Green value is 225 (88.28% from 255 or 60.65% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 225 - color contains mainly: green. Hex color #14E17E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14E17E is #EB1E81. Grayscale: #989898. Windows color (decimal): -15408770 or 8315156. OLE color: 8315156.
HSL color Cylindrical-coordinate representation of color #14E17E: hue angle of 151.02º 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 #14E17E is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 225 | 126 | - |
| CMYK | 0.91 | 0 | 0.44 | 0.12 |
| HSL | 151.02º | 0.84% | 0.48% | - |
| HSV(B) | 151.02º | 0.91% | 0.88% | - |
| XYZ | 30.98 | 55.51 | 28.82 | - |
| YUV | 152.42 | 113.08 | 33.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 225 | 126 | 0.91 | 0 | 0.44 | 0.12 | 151.02 | 0.84 | 0.48 |
| Hex | 14 | E1 | 7E | 5B | 0 | 2C | C | 97 | 54 | 30 |
| Octal | 24 | 341 | 176 | 133 | 0 | 54 | 14 | 227 | 124 | 60 |
| Binary | 10100 | 11100001 | 1111110 | 1011011 | 0 | 101100 | 1100 | 10010111 | 1010100 | 110000 |
Color Harmonies of #14E17E
Complementary color
Monochromatic Colors of #14E17E
Black with #14E17E
Text Example
Text Example
White with #14E17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E17E; }
p { color: rgb(20,225,126); }
H1.HeaderClassName
{
color: #14E17E;
}
.AnyTagClassName
{
color: #14E17E;
}
</style>
background-color css
<style>
a { background-color: #14E17E; }
a { background-color: rgb(20,225,126); }
div.DivClassName
{
background-color: #14E17E;
}
.BgClassName
{
background-color: #14E17E;
}
</style>
border-color css
<style>
span { border-color: #14E17E; }
span { border-color: rgb(20,225,126); }
td.TdClassName
{
border-color: #14E17E;
}
.TagClassName
{
border-color: #14E17E;
}
</style>