Shades of Spring Green #14FC7B
Tints of Spring Green #14FC7B
RGB
CMYK
RGB Variations
Color information
#14FC7B (or 0x14FC7B) is known color: Spring Green. HEX triplet: 14, FC and 7B. RGB value is (20,252,123). Sum of RGB (Red+Green+Blue) = 20+252+123=395 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.06% from 395); Green value is 252 (98.83% from 255 or 63.80% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 252 - color contains mainly: green. Hex color #14FC7B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14FC7B is #EB0384. Grayscale: #A8A8A8. Windows color (decimal): -15401861 or 8125460. OLE color: 8125460.
HSL color Cylindrical-coordinate representation of color #14FC7B: hue angle of 146.64º 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 #14FC7B is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 252 | 123 | - |
| CMYK | 0.92 | 0 | 0.51 | 0.01 |
| HSL | 146.64º | 0.97% | 0.53% | - |
| HSV(B) | 146.64º | 0.92% | 0.99% | - |
| XYZ | 38.67 | 71.2 | 30.44 | - |
| YUV | 167.93 | 102.64 | 22.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 252 | 123 | 0.92 | 0 | 0.51 | 0.01 | 146.64 | 0.97 | 0.53 |
| Hex | 14 | FC | 7B | 5C | 0 | 33 | 1 | 93 | 61 | 35 |
| Octal | 24 | 374 | 173 | 134 | 0 | 63 | 1 | 223 | 141 | 65 |
| Binary | 10100 | 11111100 | 1111011 | 1011100 | 0 | 110011 | 1 | 10010011 | 1100001 | 110101 |
Color Harmonies of #14FC7B
Complementary color
Monochromatic Colors of #14FC7B
Black with #14FC7B
Text Example
Text Example
White with #14FC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FC7B; }
p { color: rgb(20,252,123); }
H1.HeaderClassName
{
color: #14FC7B;
}
.AnyTagClassName
{
color: #14FC7B;
}
</style>
background-color css
<style>
a { background-color: #14FC7B; }
a { background-color: rgb(20,252,123); }
div.DivClassName
{
background-color: #14FC7B;
}
.BgClassName
{
background-color: #14FC7B;
}
</style>
border-color css
<style>
span { border-color: #14FC7B; }
span { border-color: rgb(20,252,123); }
td.TdClassName
{
border-color: #14FC7B;
}
.TagClassName
{
border-color: #14FC7B;
}
</style>