Shades of Spring Green #14F46D
Tints of Spring Green #14F46D
RGB
CMYK
RGB Variations
Color information
#14F46D (or 0x14F46D) is known color: Spring Green. HEX triplet: 14, F4 and 6D. RGB value is (20,244,109). Sum of RGB (Red+Green+Blue) = 20+244+109=373 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.36% from 373); Green value is 244 (95.70% from 255 or 65.42% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 244 - color contains mainly: green. Hex color #14F46D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F46D is #EB0B92. Grayscale: #A1A1A1. Windows color (decimal): -15403923 or 7205908. OLE color: 7205908.
HSL color Cylindrical-coordinate representation of color #14F46D: hue angle of 143.84º degrees, saturation: 0.91, 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 #14F46D is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 244 | 109 | - |
| CMYK | 0.92 | 0 | 0.55 | 0.04 |
| HSL | 143.84º | 0.91% | 0.52% | - |
| HSV(B) | 143.84º | 0.92% | 0.96% | - |
| XYZ | 35.4 | 65.95 | 25.33 | - |
| YUV | 161.63 | 98.29 | 26.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 244 | 109 | 0.92 | 0 | 0.55 | 0.04 | 143.84 | 0.91 | 0.52 |
| Hex | 14 | F4 | 6D | 5C | 0 | 37 | 4 | 90 | 5B | 34 |
| Octal | 24 | 364 | 155 | 134 | 0 | 67 | 4 | 220 | 133 | 64 |
| Binary | 10100 | 11110100 | 1101101 | 1011100 | 0 | 110111 | 100 | 10010000 | 1011011 | 110100 |
Color Harmonies of #14F46D
Complementary color
Monochromatic Colors of #14F46D
Black with #14F46D
Text Example
Text Example
White with #14F46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F46D; }
p { color: rgb(20,244,109); }
H1.HeaderClassName
{
color: #14F46D;
}
.AnyTagClassName
{
color: #14F46D;
}
</style>
background-color css
<style>
a { background-color: #14F46D; }
a { background-color: rgb(20,244,109); }
div.DivClassName
{
background-color: #14F46D;
}
.BgClassName
{
background-color: #14F46D;
}
</style>
border-color css
<style>
span { border-color: #14F46D; }
span { border-color: rgb(20,244,109); }
td.TdClassName
{
border-color: #14F46D;
}
.TagClassName
{
border-color: #14F46D;
}
</style>