Shades of Spring Green #14F36D
Tints of Spring Green #14F36D
RGB
CMYK
RGB Variations
Color information
#14F36D (or 0x14F36D) is known color: Spring Green. HEX triplet: 14, F3 and 6D. RGB value is (20,243,109). Sum of RGB (Red+Green+Blue) = 20+243+109=372 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.38% from 372); Green value is 243 (95.31% from 255 or 65.32% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 243 - color contains mainly: green. Hex color #14F36D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F36D is #EB0C92. Grayscale: #A1A1A1. Windows color (decimal): -15404179 or 7205652. OLE color: 7205652.
HSL color Cylindrical-coordinate representation of color #14F36D: hue angle of 143.95º 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 #14F36D is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 243 | 109 | - |
| CMYK | 0.92 | 0 | 0.55 | 0.05 |
| HSL | 143.95º | 0.9% | 0.52% | - |
| HSV(B) | 143.95º | 0.92% | 0.95% | - |
| XYZ | 35.1 | 65.35 | 25.23 | - |
| YUV | 161.05 | 98.62 | 27.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 243 | 109 | 0.92 | 0 | 0.55 | 0.05 | 143.95 | 0.9 | 0.52 |
| Hex | 14 | F3 | 6D | 5C | 0 | 37 | 5 | 90 | 5A | 34 |
| Octal | 24 | 363 | 155 | 134 | 0 | 67 | 5 | 220 | 132 | 64 |
| Binary | 10100 | 11110011 | 1101101 | 1011100 | 0 | 110111 | 101 | 10010000 | 1011010 | 110100 |
Color Harmonies of #14F36D
Complementary color
Monochromatic Colors of #14F36D
Black with #14F36D
Text Example
Text Example
White with #14F36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F36D; }
p { color: rgb(20,243,109); }
H1.HeaderClassName
{
color: #14F36D;
}
.AnyTagClassName
{
color: #14F36D;
}
</style>
background-color css
<style>
a { background-color: #14F36D; }
a { background-color: rgb(20,243,109); }
div.DivClassName
{
background-color: #14F36D;
}
.BgClassName
{
background-color: #14F36D;
}
</style>
border-color css
<style>
span { border-color: #14F36D; }
span { border-color: rgb(20,243,109); }
td.TdClassName
{
border-color: #14F36D;
}
.TagClassName
{
border-color: #14F36D;
}
</style>