Shades of Spring Green #14F373
Tints of Spring Green #14F373
RGB
CMYK
RGB Variations
Color information
#14F373 (or 0x14F373) is known color: Spring Green. HEX triplet: 14, F3 and 73. RGB value is (20,243,115). Sum of RGB (Red+Green+Blue) = 20+243+115=378 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.29% from 378); Green value is 243 (95.31% from 255 or 64.29% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 243 - color contains mainly: green. Hex color #14F373 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F373 is #EB0C8C. Grayscale: #A2A2A2. Windows color (decimal): -15404173 or 7598868. OLE color: 7598868.
HSL color Cylindrical-coordinate representation of color #14F373: hue angle of 145.56º 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 #14F373 is Cyan = 0.92, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 243 | 115 | - |
| CMYK | 0.92 | 0 | 0.53 | 0.05 |
| HSL | 145.56º | 0.9% | 0.52% | - |
| HSV(B) | 145.56º | 0.92% | 0.95% | - |
| XYZ | 35.43 | 65.49 | 26.99 | - |
| YUV | 161.73 | 101.62 | 26.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 243 | 115 | 0.92 | 0 | 0.53 | 0.05 | 145.56 | 0.9 | 0.52 |
| Hex | 14 | F3 | 73 | 5C | 0 | 35 | 5 | 92 | 5A | 34 |
| Octal | 24 | 363 | 163 | 134 | 0 | 65 | 5 | 222 | 132 | 64 |
| Binary | 10100 | 11110011 | 1110011 | 1011100 | 0 | 110101 | 101 | 10010010 | 1011010 | 110100 |
Color Harmonies of #14F373
Complementary color
Monochromatic Colors of #14F373
Black with #14F373
Text Example
Text Example
White with #14F373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F373; }
p { color: rgb(20,243,115); }
H1.HeaderClassName
{
color: #14F373;
}
.AnyTagClassName
{
color: #14F373;
}
</style>
background-color css
<style>
a { background-color: #14F373; }
a { background-color: rgb(20,243,115); }
div.DivClassName
{
background-color: #14F373;
}
.BgClassName
{
background-color: #14F373;
}
</style>
border-color css
<style>
span { border-color: #14F373; }
span { border-color: rgb(20,243,115); }
td.TdClassName
{
border-color: #14F373;
}
.TagClassName
{
border-color: #14F373;
}
</style>