Shades of Spring Green #14FA8A
Tints of Spring Green #14FA8A
RGB
CMYK
RGB Variations
Color information
#14FA8A (or 0x14FA8A) is known color: Spring Green. HEX triplet: 14, FA and 8A. RGB value is (20,250,138). Sum of RGB (Red+Green+Blue) = 20+250+138=408 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.90% from 408); Green value is 250 (98.05% from 255 or 61.27% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 250 - color contains mainly: green. Hex color #14FA8A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14FA8A is #EB0575. Grayscale: #A8A8A8. Windows color (decimal): -15402358 or 9107988. OLE color: 9107988.
HSL color Cylindrical-coordinate representation of color #14FA8A: hue angle of 150.78º 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 #14FA8A is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 250 | 138 | - |
| CMYK | 0.92 | 0 | 0.45 | 0.02 |
| HSL | 150.78º | 0.96% | 0.53% | - |
| HSV(B) | 150.78º | 0.92% | 0.98% | - |
| XYZ | 39.06 | 70.35 | 35.57 | - |
| YUV | 168.46 | 110.8 | 22.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 250 | 138 | 0.92 | 0 | 0.45 | 0.02 | 150.78 | 0.96 | 0.53 |
| Hex | 14 | FA | 8A | 5C | 0 | 2D | 2 | 97 | 60 | 35 |
| Octal | 24 | 372 | 212 | 134 | 0 | 55 | 2 | 227 | 140 | 65 |
| Binary | 10100 | 11111010 | 10001010 | 1011100 | 0 | 101101 | 10 | 10010111 | 1100000 | 110101 |
Color Harmonies of #14FA8A
Complementary color
Monochromatic Colors of #14FA8A
Black with #14FA8A
Text Example
Text Example
White with #14FA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FA8A; }
p { color: rgb(20,250,138); }
H1.HeaderClassName
{
color: #14FA8A;
}
.AnyTagClassName
{
color: #14FA8A;
}
</style>
background-color css
<style>
a { background-color: #14FA8A; }
a { background-color: rgb(20,250,138); }
div.DivClassName
{
background-color: #14FA8A;
}
.BgClassName
{
background-color: #14FA8A;
}
</style>
border-color css
<style>
span { border-color: #14FA8A; }
span { border-color: rgb(20,250,138); }
td.TdClassName
{
border-color: #14FA8A;
}
.TagClassName
{
border-color: #14FA8A;
}
</style>