Shades of Spring Green #14F172
Tints of Spring Green #14F172
RGB
CMYK
RGB Variations
Color information
#14F172 (or 0x14F172) is known color: Spring Green. HEX triplet: 14, F1 and 72. RGB value is (20,241,114). Sum of RGB (Red+Green+Blue) = 20+241+114=375 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.33% from 375); Green value is 241 (94.53% from 255 or 64.27% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 241 - color contains mainly: green. Hex color #14F172 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F172 is #EB0E8D. Grayscale: #A0A0A0. Windows color (decimal): -15404686 or 7532820. OLE color: 7532820.
HSL color Cylindrical-coordinate representation of color #14F172: hue angle of 145.52º 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 #14F172 is Cyan = 0.92, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 241 | 114 | - |
| CMYK | 0.92 | 0 | 0.53 | 0.05 |
| HSL | 145.52º | 0.89% | 0.51% | - |
| HSV(B) | 145.52º | 0.92% | 0.95% | - |
| XYZ | 34.78 | 64.27 | 26.49 | - |
| YUV | 160.44 | 101.78 | 27.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 241 | 114 | 0.92 | 0 | 0.53 | 0.05 | 145.52 | 0.89 | 0.51 |
| Hex | 14 | F1 | 72 | 5C | 0 | 35 | 5 | 92 | 59 | 33 |
| Octal | 24 | 361 | 162 | 134 | 0 | 65 | 5 | 222 | 131 | 63 |
| Binary | 10100 | 11110001 | 1110010 | 1011100 | 0 | 110101 | 101 | 10010010 | 1011001 | 110011 |
Color Harmonies of #14F172
Complementary color
Monochromatic Colors of #14F172
Black with #14F172
Text Example
Text Example
White with #14F172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F172; }
p { color: rgb(20,241,114); }
H1.HeaderClassName
{
color: #14F172;
}
.AnyTagClassName
{
color: #14F172;
}
</style>
background-color css
<style>
a { background-color: #14F172; }
a { background-color: rgb(20,241,114); }
div.DivClassName
{
background-color: #14F172;
}
.BgClassName
{
background-color: #14F172;
}
</style>
border-color css
<style>
span { border-color: #14F172; }
span { border-color: rgb(20,241,114); }
td.TdClassName
{
border-color: #14F172;
}
.TagClassName
{
border-color: #14F172;
}
</style>