Shades of Spring Green #14F17B
Tints of Spring Green #14F17B
RGB
CMYK
RGB Variations
Color information
#14F17B (or 0x14F17B) is known color: Spring Green. HEX triplet: 14, F1 and 7B. RGB value is (20,241,123). Sum of RGB (Red+Green+Blue) = 20+241+123=384 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.21% from 384); Green value is 241 (94.53% from 255 or 62.76% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 241 - color contains mainly: green. Hex color #14F17B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F17B is #EB0E84. Grayscale: #A1A1A1. Windows color (decimal): -15404677 or 8122644. OLE color: 8122644.
HSL color Cylindrical-coordinate representation of color #14F17B: hue angle of 147.96º 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 #14F17B is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 241 | 123 | - |
| CMYK | 0.92 | 0 | 0.49 | 0.05 |
| HSL | 147.96º | 0.89% | 0.51% | - |
| HSV(B) | 147.96º | 0.92% | 0.95% | - |
| XYZ | 35.32 | 64.49 | 29.33 | - |
| YUV | 161.47 | 106.28 | 27.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 241 | 123 | 0.92 | 0 | 0.49 | 0.05 | 147.96 | 0.89 | 0.51 |
| Hex | 14 | F1 | 7B | 5C | 0 | 31 | 5 | 94 | 59 | 33 |
| Octal | 24 | 361 | 173 | 134 | 0 | 61 | 5 | 224 | 131 | 63 |
| Binary | 10100 | 11110001 | 1111011 | 1011100 | 0 | 110001 | 101 | 10010100 | 1011001 | 110011 |
Color Harmonies of #14F17B
Complementary color
Monochromatic Colors of #14F17B
Black with #14F17B
Text Example
Text Example
White with #14F17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F17B; }
p { color: rgb(20,241,123); }
H1.HeaderClassName
{
color: #14F17B;
}
.AnyTagClassName
{
color: #14F17B;
}
</style>
background-color css
<style>
a { background-color: #14F17B; }
a { background-color: rgb(20,241,123); }
div.DivClassName
{
background-color: #14F17B;
}
.BgClassName
{
background-color: #14F17B;
}
</style>
border-color css
<style>
span { border-color: #14F17B; }
span { border-color: rgb(20,241,123); }
td.TdClassName
{
border-color: #14F17B;
}
.TagClassName
{
border-color: #14F17B;
}
</style>