Shades of Spring Green #14E673
Tints of Spring Green #14E673
RGB
CMYK
RGB Variations
Color information
#14E673 (or 0x14E673) is known color: Spring Green. HEX triplet: 14, E6 and 73. RGB value is (20,230,115). Sum of RGB (Red+Green+Blue) = 20+230+115=365 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.48% from 365); Green value is 230 (90.23% from 255 or 63.01% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 230 - color contains mainly: green. Hex color #14E673 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14E673 is #EB198C. Grayscale: #9A9A9A. Windows color (decimal): -15407501 or 7595540. OLE color: 7595540.
HSL color Cylindrical-coordinate representation of color #14E673: hue angle of 147.14º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E673 is Cyan = 0.91, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 20 | 230 | 115 | - |
| CMYK | 0.91 | 0 | 0.5 | 0.10 |
| HSL | 147.14º | 0.84% | 0.49% | - |
| HSV(B) | 147.14º | 0.91% | 0.9% | - |
| XYZ | 31.68 | 57.98 | 25.74 | - |
| YUV | 154.1 | 105.93 | 32.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 230 | 115 | 0.91 | 0 | 0.5 | 0.10 | 147.14 | 0.84 | 0.49 |
| Hex | 14 | E6 | 73 | 5B | 0 | 32 | A | 93 | 54 | 31 |
| Octal | 24 | 346 | 163 | 133 | 0 | 62 | 12 | 223 | 124 | 61 |
| Binary | 10100 | 11100110 | 1110011 | 1011011 | 0 | 110010 | 1010 | 10010011 | 1010100 | 110001 |
Color Harmonies of #14E673
Complementary color
Monochromatic Colors of #14E673
Black with #14E673
Text Example
Text Example
White with #14E673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E673; }
p { color: rgb(20,230,115); }
H1.HeaderClassName
{
color: #14E673;
}
.AnyTagClassName
{
color: #14E673;
}
</style>
background-color css
<style>
a { background-color: #14E673; }
a { background-color: rgb(20,230,115); }
div.DivClassName
{
background-color: #14E673;
}
.BgClassName
{
background-color: #14E673;
}
</style>
border-color css
<style>
span { border-color: #14E673; }
span { border-color: rgb(20,230,115); }
td.TdClassName
{
border-color: #14E673;
}
.TagClassName
{
border-color: #14E673;
}
</style>