Shades of Spring Green #14F17D
Tints of Spring Green #14F17D
RGB
CMYK
RGB Variations
Color information
#14F17D (or 0x14F17D) is known color: Spring Green. HEX triplet: 14, F1 and 7D. RGB value is (20,241,125). Sum of RGB (Red+Green+Blue) = 20+241+125=386 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.18% from 386); Green value is 241 (94.53% from 255 or 62.44% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 241 - color contains mainly: green. Hex color #14F17D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F17D is #EB0E82. Grayscale: #A1A1A1. Windows color (decimal): -15404675 or 8253716. OLE color: 8253716.
HSL color Cylindrical-coordinate representation of color #14F17D: hue angle of 148.51º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F17D is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 241 | 125 | - |
| CMYK | 0.92 | 0 | 0.48 | 0.05 |
| HSL | 148.51º | 0.89% | 0.51% | - |
| HSV(B) | 148.51º | 0.92% | 0.95% | - |
| XYZ | 35.45 | 64.54 | 29.99 | - |
| YUV | 161.7 | 107.28 | 26.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 241 | 125 | 0.92 | 0 | 0.48 | 0.05 | 148.51 | 0.89 | 0.51 |
| Hex | 14 | F1 | 7D | 5C | 0 | 30 | 5 | 95 | 59 | 33 |
| Octal | 24 | 361 | 175 | 134 | 0 | 60 | 5 | 225 | 131 | 63 |
| Binary | 10100 | 11110001 | 1111101 | 1011100 | 0 | 110000 | 101 | 10010101 | 1011001 | 110011 |
Color Harmonies of #14F17D
Complementary color
Monochromatic Colors of #14F17D
Black with #14F17D
Text Example
Text Example
White with #14F17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F17D; }
p { color: rgb(20,241,125); }
H1.HeaderClassName
{
color: #14F17D;
}
.AnyTagClassName
{
color: #14F17D;
}
</style>
background-color css
<style>
a { background-color: #14F17D; }
a { background-color: rgb(20,241,125); }
div.DivClassName
{
background-color: #14F17D;
}
.BgClassName
{
background-color: #14F17D;
}
</style>
border-color css
<style>
span { border-color: #14F17D; }
span { border-color: rgb(20,241,125); }
td.TdClassName
{
border-color: #14F17D;
}
.TagClassName
{
border-color: #14F17D;
}
</style>