Shades of Spring Green #14FF8E
Tints of Spring Green #14FF8E
RGB
CMYK
RGB Variations
Color information
#14FF8E (or 0x14FF8E) is known color: Spring Green. HEX triplet: 14, FF and 8E. RGB value is (20,255,142). Sum of RGB (Red+Green+Blue) = 20+255+142=417 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.80% from 417); Green value is 255 (100% from 255 or 61.15% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 255 - color contains mainly: green. Hex color #14FF8E is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14FF8E is #EB0071. Grayscale: #ACACAC. Windows color (decimal): -15401074 or 9371412. OLE color: 9371412.
HSL color Cylindrical-coordinate representation of color #14FF8E: hue angle of 151.15º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FF8E is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 255 | 142 | - |
| CMYK | 0.92 | 0 | 0.44 | 0 |
| HSL | 151.15º | 1% | 0.54% | - |
| HSV(B) | 151.15º | 0.92% | 1% | - |
| XYZ | 40.93 | 73.62 | 37.64 | - |
| YUV | 171.85 | 111.14 | 19.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 255 | 142 | 0.92 | 0 | 0.44 | 0 | 151.15 | 1 | 0.54 |
| Hex | 14 | FF | 8E | 5C | 0 | 2C | 0 | 97 | 64 | 36 |
| Octal | 24 | 377 | 216 | 134 | 0 | 54 | 0 | 227 | 144 | 66 |
| Binary | 10100 | 11111111 | 10001110 | 1011100 | 0 | 101100 | 0 | 10010111 | 1100100 | 110110 |
Color Harmonies of #14FF8E
Complementary color
Monochromatic Colors of #14FF8E
Black with #14FF8E
Text Example
Text Example
White with #14FF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FF8E; }
p { color: rgb(20,255,142); }
H1.HeaderClassName
{
color: #14FF8E;
}
.AnyTagClassName
{
color: #14FF8E;
}
</style>
background-color css
<style>
a { background-color: #14FF8E; }
a { background-color: rgb(20,255,142); }
div.DivClassName
{
background-color: #14FF8E;
}
.BgClassName
{
background-color: #14FF8E;
}
</style>
border-color css
<style>
span { border-color: #14FF8E; }
span { border-color: rgb(20,255,142); }
td.TdClassName
{
border-color: #14FF8E;
}
.TagClassName
{
border-color: #14FF8E;
}
</style>