Shades of Spring Green #14F371
Tints of Spring Green #14F371
RGB
CMYK
RGB Variations
Color information
#14F371 (or 0x14F371) is known color: Spring Green. HEX triplet: 14, F3 and 71. RGB value is (20,243,113). Sum of RGB (Red+Green+Blue) = 20+243+113=376 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.32% from 376); Green value is 243 (95.31% from 255 or 64.63% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 243 - color contains mainly: green. Hex color #14F371 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F371 is #EB0C8E. Grayscale: #A1A1A1. Windows color (decimal): -15404175 or 7467796. OLE color: 7467796.
HSL color Cylindrical-coordinate representation of color #14F371: hue angle of 145.02º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F371 is Cyan = 0.92, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 243 | 113 | - |
| CMYK | 0.92 | 0 | 0.53 | 0.05 |
| HSL | 145.02º | 0.9% | 0.52% | - |
| HSV(B) | 145.02º | 0.92% | 0.95% | - |
| XYZ | 35.32 | 65.44 | 26.39 | - |
| YUV | 161.5 | 100.62 | 27.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 243 | 113 | 0.92 | 0 | 0.53 | 0.05 | 145.02 | 0.9 | 0.52 |
| Hex | 14 | F3 | 71 | 5C | 0 | 35 | 5 | 91 | 5A | 34 |
| Octal | 24 | 363 | 161 | 134 | 0 | 65 | 5 | 221 | 132 | 64 |
| Binary | 10100 | 11110011 | 1110001 | 1011100 | 0 | 110101 | 101 | 10010001 | 1011010 | 110100 |
Color Harmonies of #14F371
Complementary color
Monochromatic Colors of #14F371
Black with #14F371
Text Example
Text Example
White with #14F371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F371; }
p { color: rgb(20,243,113); }
H1.HeaderClassName
{
color: #14F371;
}
.AnyTagClassName
{
color: #14F371;
}
</style>
background-color css
<style>
a { background-color: #14F371; }
a { background-color: rgb(20,243,113); }
div.DivClassName
{
background-color: #14F371;
}
.BgClassName
{
background-color: #14F371;
}
</style>
border-color css
<style>
span { border-color: #14F371; }
span { border-color: rgb(20,243,113); }
td.TdClassName
{
border-color: #14F371;
}
.TagClassName
{
border-color: #14F371;
}
</style>