Shades of Spring Green #14F376
Tints of Spring Green #14F376
RGB
CMYK
RGB Variations
Color information
#14F376 (or 0x14F376) is known color: Spring Green. HEX triplet: 14, F3 and 76. RGB value is (20,243,118). Sum of RGB (Red+Green+Blue) = 20+243+118=381 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.25% from 381); Green value is 243 (95.31% from 255 or 63.78% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 243 - color contains mainly: green. Hex color #14F376 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F376 is #EB0C89. Grayscale: #A2A2A2. Windows color (decimal): -15404170 or 7795476. OLE color: 7795476.
HSL color Cylindrical-coordinate representation of color #14F376: hue angle of 146.37º 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 #14F376 is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 243 | 118 | - |
| CMYK | 0.92 | 0 | 0.51 | 0.05 |
| HSL | 146.37º | 0.9% | 0.52% | - |
| HSV(B) | 146.37º | 0.92% | 0.95% | - |
| XYZ | 35.61 | 65.56 | 27.92 | - |
| YUV | 162.07 | 103.12 | 26.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 243 | 118 | 0.92 | 0 | 0.51 | 0.05 | 146.37 | 0.9 | 0.52 |
| Hex | 14 | F3 | 76 | 5C | 0 | 33 | 5 | 92 | 5A | 34 |
| Octal | 24 | 363 | 166 | 134 | 0 | 63 | 5 | 222 | 132 | 64 |
| Binary | 10100 | 11110011 | 1110110 | 1011100 | 0 | 110011 | 101 | 10010010 | 1011010 | 110100 |
Color Harmonies of #14F376
Complementary color
Monochromatic Colors of #14F376
Black with #14F376
Text Example
Text Example
White with #14F376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F376; }
p { color: rgb(20,243,118); }
H1.HeaderClassName
{
color: #14F376;
}
.AnyTagClassName
{
color: #14F376;
}
</style>
background-color css
<style>
a { background-color: #14F376; }
a { background-color: rgb(20,243,118); }
div.DivClassName
{
background-color: #14F376;
}
.BgClassName
{
background-color: #14F376;
}
</style>
border-color css
<style>
span { border-color: #14F376; }
span { border-color: rgb(20,243,118); }
td.TdClassName
{
border-color: #14F376;
}
.TagClassName
{
border-color: #14F376;
}
</style>