Shades of Spring Green #14F86C
Tints of Spring Green #14F86C
RGB
CMYK
RGB Variations
Color information
#14F86C (or 0x14F86C) is known color: Spring Green. HEX triplet: 14, F8 and 6C. RGB value is (20,248,108). Sum of RGB (Red+Green+Blue) = 20+248+108=376 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.32% from 376); Green value is 248 (97.27% from 255 or 65.96% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 248 - color contains mainly: green. Hex color #14F86C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F86C is #EB0793. Grayscale: #A4A4A4. Windows color (decimal): -15402900 or 7141396. OLE color: 7141396.
HSL color Cylindrical-coordinate representation of color #14F86C: hue angle of 143.16º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F86C is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 20 | 248 | 108 | - |
| CMYK | 0.92 | 0 | 0.56 | 0.03 |
| HSL | 143.16º | 0.94% | 0.53% | - |
| HSV(B) | 143.16º | 0.92% | 0.97% | - |
| XYZ | 36.56 | 68.37 | 25.46 | - |
| YUV | 163.87 | 96.46 | 25.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 248 | 108 | 0.92 | 0 | 0.56 | 0.03 | 143.16 | 0.94 | 0.53 |
| Hex | 14 | F8 | 6C | 5C | 0 | 38 | 3 | 8F | 5E | 35 |
| Octal | 24 | 370 | 154 | 134 | 0 | 70 | 3 | 217 | 136 | 65 |
| Binary | 10100 | 11111000 | 1101100 | 1011100 | 0 | 111000 | 11 | 10001111 | 1011110 | 110101 |
Color Harmonies of #14F86C
Complementary color
Monochromatic Colors of #14F86C
Black with #14F86C
Text Example
Text Example
White with #14F86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F86C; }
p { color: rgb(20,248,108); }
H1.HeaderClassName
{
color: #14F86C;
}
.AnyTagClassName
{
color: #14F86C;
}
</style>
background-color css
<style>
a { background-color: #14F86C; }
a { background-color: rgb(20,248,108); }
div.DivClassName
{
background-color: #14F86C;
}
.BgClassName
{
background-color: #14F86C;
}
</style>
border-color css
<style>
span { border-color: #14F86C; }
span { border-color: rgb(20,248,108); }
td.TdClassName
{
border-color: #14F86C;
}
.TagClassName
{
border-color: #14F86C;
}
</style>