Shades of Spring Green #14F86A
Tints of Spring Green #14F86A
RGB
CMYK
RGB Variations
Color information
#14F86A (or 0x14F86A) is known color: Spring Green. HEX triplet: 14, F8 and 6A. RGB value is (20,248,106). Sum of RGB (Red+Green+Blue) = 20+248+106=374 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.35% from 374); Green value is 248 (97.27% from 255 or 66.31% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 248 - color contains mainly: green. Hex color #14F86A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F86A is #EB0795. Grayscale: #A3A3A3. Windows color (decimal): -15402902 or 7010324. OLE color: 7010324.
HSL color Cylindrical-coordinate representation of color #14F86A: hue angle of 142.63º 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 #14F86A is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 20 | 248 | 106 | - |
| CMYK | 0.92 | 0 | 0.57 | 0.03 |
| HSL | 142.63º | 0.94% | 0.53% | - |
| HSV(B) | 142.63º | 0.92% | 0.97% | - |
| XYZ | 36.46 | 68.32 | 24.9 | - |
| YUV | 163.64 | 95.46 | 25.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 248 | 106 | 0.92 | 0 | 0.57 | 0.03 | 142.63 | 0.94 | 0.53 |
| Hex | 14 | F8 | 6A | 5C | 0 | 39 | 3 | 8F | 5E | 35 |
| Octal | 24 | 370 | 152 | 134 | 0 | 71 | 3 | 217 | 136 | 65 |
| Binary | 10100 | 11111000 | 1101010 | 1011100 | 0 | 111001 | 11 | 10001111 | 1011110 | 110101 |
Color Harmonies of #14F86A
Complementary color
Monochromatic Colors of #14F86A
Black with #14F86A
Text Example
Text Example
White with #14F86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F86A; }
p { color: rgb(20,248,106); }
H1.HeaderClassName
{
color: #14F86A;
}
.AnyTagClassName
{
color: #14F86A;
}
</style>
background-color css
<style>
a { background-color: #14F86A; }
a { background-color: rgb(20,248,106); }
div.DivClassName
{
background-color: #14F86A;
}
.BgClassName
{
background-color: #14F86A;
}
</style>
border-color css
<style>
span { border-color: #14F86A; }
span { border-color: rgb(20,248,106); }
td.TdClassName
{
border-color: #14F86A;
}
.TagClassName
{
border-color: #14F86A;
}
</style>