Shades of Spring Green #14F67C
Tints of Spring Green #14F67C
RGB
CMYK
RGB Variations
Color information
#14F67C (or 0x14F67C) is known color: Spring Green. HEX triplet: 14, F6 and 7C. RGB value is (20,246,124). Sum of RGB (Red+Green+Blue) = 20+246+124=390 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.13% from 390); Green value is 246 (96.48% from 255 or 63.08% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 246 - color contains mainly: green. Hex color #14F67C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F67C is #EB0983. Grayscale: #A4A4A4. Windows color (decimal): -15403396 or 8189460. OLE color: 8189460.
HSL color Cylindrical-coordinate representation of color #14F67C: hue angle of 147.61º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F67C is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 246 | 124 | - |
| CMYK | 0.92 | 0 | 0.50 | 0.04 |
| HSL | 147.61º | 0.93% | 0.52% | - |
| HSV(B) | 147.61º | 0.92% | 0.96% | - |
| XYZ | 36.88 | 67.52 | 30.16 | - |
| YUV | 164.52 | 105.13 | 24.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 246 | 124 | 0.92 | 0 | 0.50 | 0.04 | 147.61 | 0.93 | 0.52 |
| Hex | 14 | F6 | 7C | 5C | 0 | 32 | 4 | 94 | 5D | 34 |
| Octal | 24 | 366 | 174 | 134 | 0 | 62 | 4 | 224 | 135 | 64 |
| Binary | 10100 | 11110110 | 1111100 | 1011100 | 0 | 110010 | 100 | 10010100 | 1011101 | 110100 |
Color Harmonies of #14F67C
Complementary color
Monochromatic Colors of #14F67C
Black with #14F67C
Text Example
Text Example
White with #14F67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F67C; }
p { color: rgb(20,246,124); }
H1.HeaderClassName
{
color: #14F67C;
}
.AnyTagClassName
{
color: #14F67C;
}
</style>
background-color css
<style>
a { background-color: #14F67C; }
a { background-color: rgb(20,246,124); }
div.DivClassName
{
background-color: #14F67C;
}
.BgClassName
{
background-color: #14F67C;
}
</style>
border-color css
<style>
span { border-color: #14F67C; }
span { border-color: rgb(20,246,124); }
td.TdClassName
{
border-color: #14F67C;
}
.TagClassName
{
border-color: #14F67C;
}
</style>