Shades of Spring Green #14F06D
Tints of Spring Green #14F06D
RGB
CMYK
RGB Variations
Color information
#14F06D (or 0x14F06D) is known color: Spring Green. HEX triplet: 14, F0 and 6D. RGB value is (20,240,109). Sum of RGB (Red+Green+Blue) = 20+240+109=369 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.42% from 369); Green value is 240 (94.14% from 255 or 65.04% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 240 - color contains mainly: green. Hex color #14F06D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F06D is #EB0F92. Grayscale: #9F9F9F. Windows color (decimal): -15404947 or 7204884. OLE color: 7204884.
HSL color Cylindrical-coordinate representation of color #14F06D: hue angle of 144.27º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F06D is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 240 | 109 | - |
| CMYK | 0.92 | 0 | 0.55 | 0.06 |
| HSL | 144.27º | 0.88% | 0.51% | - |
| HSV(B) | 144.27º | 0.92% | 0.94% | - |
| XYZ | 34.21 | 63.57 | 24.94 | - |
| YUV | 159.29 | 99.61 | 28.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 240 | 109 | 0.92 | 0 | 0.55 | 0.06 | 144.27 | 0.88 | 0.51 |
| Hex | 14 | F0 | 6D | 5C | 0 | 37 | 6 | 90 | 58 | 33 |
| Octal | 24 | 360 | 155 | 134 | 0 | 67 | 6 | 220 | 130 | 63 |
| Binary | 10100 | 11110000 | 1101101 | 1011100 | 0 | 110111 | 110 | 10010000 | 1011000 | 110011 |
Color Harmonies of #14F06D
Complementary color
Monochromatic Colors of #14F06D
Black with #14F06D
Text Example
Text Example
White with #14F06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F06D; }
p { color: rgb(20,240,109); }
H1.HeaderClassName
{
color: #14F06D;
}
.AnyTagClassName
{
color: #14F06D;
}
</style>
background-color css
<style>
a { background-color: #14F06D; }
a { background-color: rgb(20,240,109); }
div.DivClassName
{
background-color: #14F06D;
}
.BgClassName
{
background-color: #14F06D;
}
</style>
border-color css
<style>
span { border-color: #14F06D; }
span { border-color: rgb(20,240,109); }
td.TdClassName
{
border-color: #14F06D;
}
.TagClassName
{
border-color: #14F06D;
}
</style>