Shades of Spring Green #14F37C
Tints of Spring Green #14F37C
RGB
CMYK
RGB Variations
Color information
#14F37C (or 0x14F37C) is known color: Spring Green. HEX triplet: 14, F3 and 7C. RGB value is (20,243,124). Sum of RGB (Red+Green+Blue) = 20+243+124=387 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.17% from 387); Green value is 243 (95.31% from 255 or 62.79% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 243 - color contains mainly: green. Hex color #14F37C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F37C is #EB0C83. Grayscale: #A3A3A3. Windows color (decimal): -15404164 or 8188692. OLE color: 8188692.
HSL color Cylindrical-coordinate representation of color #14F37C: hue angle of 147.98º 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 #14F37C is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 243 | 124 | - |
| CMYK | 0.92 | 0 | 0.49 | 0.05 |
| HSL | 147.98º | 0.9% | 0.52% | - |
| HSV(B) | 147.98º | 0.92% | 0.95% | - |
| XYZ | 35.98 | 65.71 | 29.85 | - |
| YUV | 162.76 | 106.12 | 26.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 243 | 124 | 0.92 | 0 | 0.49 | 0.05 | 147.98 | 0.9 | 0.52 |
| Hex | 14 | F3 | 7C | 5C | 0 | 31 | 5 | 94 | 5A | 34 |
| Octal | 24 | 363 | 174 | 134 | 0 | 61 | 5 | 224 | 132 | 64 |
| Binary | 10100 | 11110011 | 1111100 | 1011100 | 0 | 110001 | 101 | 10010100 | 1011010 | 110100 |
Color Harmonies of #14F37C
Complementary color
Monochromatic Colors of #14F37C
Black with #14F37C
Text Example
Text Example
White with #14F37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F37C; }
p { color: rgb(20,243,124); }
H1.HeaderClassName
{
color: #14F37C;
}
.AnyTagClassName
{
color: #14F37C;
}
</style>
background-color css
<style>
a { background-color: #14F37C; }
a { background-color: rgb(20,243,124); }
div.DivClassName
{
background-color: #14F37C;
}
.BgClassName
{
background-color: #14F37C;
}
</style>
border-color css
<style>
span { border-color: #14F37C; }
span { border-color: rgb(20,243,124); }
td.TdClassName
{
border-color: #14F37C;
}
.TagClassName
{
border-color: #14F37C;
}
</style>