Shades of Spring Green #14F671
Tints of Spring Green #14F671
RGB
CMYK
RGB Variations
Color information
#14F671 (or 0x14F671) is known color: Spring Green. HEX triplet: 14, F6 and 71. RGB value is (20,246,113). Sum of RGB (Red+Green+Blue) = 20+246+113=379 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.28% from 379); Green value is 246 (96.48% from 255 or 64.91% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 246 - color contains mainly: green. Hex color #14F671 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F671 is #EB098E. Grayscale: #A3A3A3. Windows color (decimal): -15403407 or 7468564. OLE color: 7468564.
HSL color Cylindrical-coordinate representation of color #14F671: hue angle of 144.69º 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 #14F671 is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 246 | 113 | - |
| CMYK | 0.92 | 0 | 0.54 | 0.04 |
| HSL | 144.69º | 0.93% | 0.52% | - |
| HSV(B) | 144.69º | 0.92% | 0.96% | - |
| XYZ | 36.22 | 67.25 | 26.69 | - |
| YUV | 163.26 | 99.63 | 25.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 246 | 113 | 0.92 | 0 | 0.54 | 0.04 | 144.69 | 0.93 | 0.52 |
| Hex | 14 | F6 | 71 | 5C | 0 | 36 | 4 | 91 | 5D | 34 |
| Octal | 24 | 366 | 161 | 134 | 0 | 66 | 4 | 221 | 135 | 64 |
| Binary | 10100 | 11110110 | 1110001 | 1011100 | 0 | 110110 | 100 | 10010001 | 1011101 | 110100 |
Color Harmonies of #14F671
Complementary color
Monochromatic Colors of #14F671
Black with #14F671
Text Example
Text Example
White with #14F671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F671; }
p { color: rgb(20,246,113); }
H1.HeaderClassName
{
color: #14F671;
}
.AnyTagClassName
{
color: #14F671;
}
</style>
background-color css
<style>
a { background-color: #14F671; }
a { background-color: rgb(20,246,113); }
div.DivClassName
{
background-color: #14F671;
}
.BgClassName
{
background-color: #14F671;
}
</style>
border-color css
<style>
span { border-color: #14F671; }
span { border-color: rgb(20,246,113); }
td.TdClassName
{
border-color: #14F671;
}
.TagClassName
{
border-color: #14F671;
}
</style>