Shades of Spring Green #14FA8D
Tints of Spring Green #14FA8D
RGB
CMYK
RGB Variations
Color information
#14FA8D (or 0x14FA8D) is known color: Spring Green. HEX triplet: 14, FA and 8D. RGB value is (20,250,141). Sum of RGB (Red+Green+Blue) = 20+250+141=411 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.87% from 411); Green value is 250 (98.05% from 255 or 60.83% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 250 - color contains mainly: green. Hex color #14FA8D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14FA8D is #EB0572. Grayscale: #A9A9A9. Windows color (decimal): -15402355 or 9304596. OLE color: 9304596.
HSL color Cylindrical-coordinate representation of color #14FA8D: hue angle of 151.57º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FA8D is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 250 | 141 | - |
| CMYK | 0.92 | 0 | 0.44 | 0.02 |
| HSL | 151.57º | 0.96% | 0.53% | - |
| HSV(B) | 151.57º | 0.92% | 0.98% | - |
| XYZ | 39.28 | 70.44 | 36.73 | - |
| YUV | 168.8 | 112.3 | 21.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 250 | 141 | 0.92 | 0 | 0.44 | 0.02 | 151.57 | 0.96 | 0.53 |
| Hex | 14 | FA | 8D | 5C | 0 | 2C | 2 | 98 | 60 | 35 |
| Octal | 24 | 372 | 215 | 134 | 0 | 54 | 2 | 230 | 140 | 65 |
| Binary | 10100 | 11111010 | 10001101 | 1011100 | 0 | 101100 | 10 | 10011000 | 1100000 | 110101 |
Color Harmonies of #14FA8D
Complementary color
Monochromatic Colors of #14FA8D
Black with #14FA8D
Text Example
Text Example
White with #14FA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FA8D; }
p { color: rgb(20,250,141); }
H1.HeaderClassName
{
color: #14FA8D;
}
.AnyTagClassName
{
color: #14FA8D;
}
</style>
background-color css
<style>
a { background-color: #14FA8D; }
a { background-color: rgb(20,250,141); }
div.DivClassName
{
background-color: #14FA8D;
}
.BgClassName
{
background-color: #14FA8D;
}
</style>
border-color css
<style>
span { border-color: #14FA8D; }
span { border-color: rgb(20,250,141); }
td.TdClassName
{
border-color: #14FA8D;
}
.TagClassName
{
border-color: #14FA8D;
}
</style>