Shades of Spring Green #14F66F
Tints of Spring Green #14F66F
RGB
CMYK
RGB Variations
Color information
#14F66F (or 0x14F66F) is known color: Spring Green. HEX triplet: 14, F6 and 6F. RGB value is (20,246,111). Sum of RGB (Red+Green+Blue) = 20+246+111=377 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.31% from 377); Green value is 246 (96.48% from 255 or 65.25% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 246 - color contains mainly: green. Hex color #14F66F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F66F is #EB0990. Grayscale: #A3A3A3. Windows color (decimal): -15403409 or 7337492. OLE color: 7337492.
HSL color Cylindrical-coordinate representation of color #14F66F: hue angle of 144.16º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F66F is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 246 | 111 | - |
| CMYK | 0.92 | 0 | 0.55 | 0.04 |
| HSL | 144.16º | 0.93% | 0.52% | - |
| HSV(B) | 144.16º | 0.92% | 0.96% | - |
| XYZ | 36.11 | 67.21 | 26.11 | - |
| YUV | 163.04 | 98.63 | 25.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 246 | 111 | 0.92 | 0 | 0.55 | 0.04 | 144.16 | 0.93 | 0.52 |
| Hex | 14 | F6 | 6F | 5C | 0 | 37 | 4 | 90 | 5D | 34 |
| Octal | 24 | 366 | 157 | 134 | 0 | 67 | 4 | 220 | 135 | 64 |
| Binary | 10100 | 11110110 | 1101111 | 1011100 | 0 | 110111 | 100 | 10010000 | 1011101 | 110100 |
Color Harmonies of #14F66F
Complementary color
Monochromatic Colors of #14F66F
Black with #14F66F
Text Example
Text Example
White with #14F66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F66F; }
p { color: rgb(20,246,111); }
H1.HeaderClassName
{
color: #14F66F;
}
.AnyTagClassName
{
color: #14F66F;
}
</style>
background-color css
<style>
a { background-color: #14F66F; }
a { background-color: rgb(20,246,111); }
div.DivClassName
{
background-color: #14F66F;
}
.BgClassName
{
background-color: #14F66F;
}
</style>
border-color css
<style>
span { border-color: #14F66F; }
span { border-color: rgb(20,246,111); }
td.TdClassName
{
border-color: #14F66F;
}
.TagClassName
{
border-color: #14F66F;
}
</style>