Shades of Spring Green #14E871
Tints of Spring Green #14E871
RGB
CMYK
RGB Variations
Color information
#14E871 (or 0x14E871) is known color: Spring Green. HEX triplet: 14, E8 and 71. RGB value is (20,232,113). Sum of RGB (Red+Green+Blue) = 20+232+113=365 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.48% from 365); Green value is 232 (91.02% from 255 or 63.56% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 232 - color contains mainly: green. Hex color #14E871 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14E871 is #EB178E. Grayscale: #9B9B9B. Windows color (decimal): -15406991 or 7464980. OLE color: 7464980.
HSL color Cylindrical-coordinate representation of color #14E871: hue angle of 146.32º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E871 is Cyan = 0.91, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 232 | 113 | - |
| CMYK | 0.91 | 0 | 0.51 | 0.09 |
| HSL | 146.32º | 0.84% | 0.49% | - |
| HSV(B) | 146.32º | 0.91% | 0.91% | - |
| XYZ | 32.13 | 59.05 | 25.33 | - |
| YUV | 155.05 | 104.26 | 31.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 232 | 113 | 0.91 | 0 | 0.51 | 0.09 | 146.32 | 0.84 | 0.49 |
| Hex | 14 | E8 | 71 | 5B | 0 | 33 | 9 | 92 | 54 | 31 |
| Octal | 24 | 350 | 161 | 133 | 0 | 63 | 11 | 222 | 124 | 61 |
| Binary | 10100 | 11101000 | 1110001 | 1011011 | 0 | 110011 | 1001 | 10010010 | 1010100 | 110001 |
Color Harmonies of #14E871
Complementary color
Monochromatic Colors of #14E871
Black with #14E871
Text Example
Text Example
White with #14E871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E871; }
p { color: rgb(20,232,113); }
H1.HeaderClassName
{
color: #14E871;
}
.AnyTagClassName
{
color: #14E871;
}
</style>
background-color css
<style>
a { background-color: #14E871; }
a { background-color: rgb(20,232,113); }
div.DivClassName
{
background-color: #14E871;
}
.BgClassName
{
background-color: #14E871;
}
</style>
border-color css
<style>
span { border-color: #14E871; }
span { border-color: rgb(20,232,113); }
td.TdClassName
{
border-color: #14E871;
}
.TagClassName
{
border-color: #14E871;
}
</style>