Shades of Spring Green #14FC7C
Tints of Spring Green #14FC7C
RGB
CMYK
RGB Variations
Color information
#14FC7C (or 0x14FC7C) is known color: Spring Green. HEX triplet: 14, FC and 7C. RGB value is (20,252,124). Sum of RGB (Red+Green+Blue) = 20+252+124=396 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.05% from 396); Green value is 252 (98.83% from 255 or 63.64% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 252 - color contains mainly: green. Hex color #14FC7C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14FC7C is #EB0383. Grayscale: #A8A8A8. Windows color (decimal): -15401860 or 8190996. OLE color: 8190996.
HSL color Cylindrical-coordinate representation of color #14FC7C: hue angle of 146.9º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FC7C is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 252 | 124 | - |
| CMYK | 0.92 | 0 | 0.51 | 0.01 |
| HSL | 146.9º | 0.97% | 0.53% | - |
| HSV(B) | 146.9º | 0.92% | 0.99% | - |
| XYZ | 38.74 | 71.22 | 30.77 | - |
| YUV | 168.04 | 103.14 | 22.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 252 | 124 | 0.92 | 0 | 0.51 | 0.01 | 146.9 | 0.97 | 0.53 |
| Hex | 14 | FC | 7C | 5C | 0 | 33 | 1 | 93 | 61 | 35 |
| Octal | 24 | 374 | 174 | 134 | 0 | 63 | 1 | 223 | 141 | 65 |
| Binary | 10100 | 11111100 | 1111100 | 1011100 | 0 | 110011 | 1 | 10010011 | 1100001 | 110101 |
Color Harmonies of #14FC7C
Complementary color
Monochromatic Colors of #14FC7C
Black with #14FC7C
Text Example
Text Example
White with #14FC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FC7C; }
p { color: rgb(20,252,124); }
H1.HeaderClassName
{
color: #14FC7C;
}
.AnyTagClassName
{
color: #14FC7C;
}
</style>
background-color css
<style>
a { background-color: #14FC7C; }
a { background-color: rgb(20,252,124); }
div.DivClassName
{
background-color: #14FC7C;
}
.BgClassName
{
background-color: #14FC7C;
}
</style>
border-color css
<style>
span { border-color: #14FC7C; }
span { border-color: rgb(20,252,124); }
td.TdClassName
{
border-color: #14FC7C;
}
.TagClassName
{
border-color: #14FC7C;
}
</style>