Shades of Spring Green #14F768
Tints of Spring Green #14F768
RGB
CMYK
RGB Variations
Color information
#14F768 (or 0x14F768) is known color: Spring Green. HEX triplet: 14, F7 and 68. RGB value is (20,247,104). Sum of RGB (Red+Green+Blue) = 20+247+104=371 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.39% from 371); Green value is 247 (96.88% from 255 or 66.58% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 247 - color contains mainly: green. Hex color #14F768 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F768 is #EB0897. Grayscale: #A3A3A3. Windows color (decimal): -15403160 or 6878996. OLE color: 6878996.
HSL color Cylindrical-coordinate representation of color #14F768: hue angle of 142.2º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F768 is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 20 | 247 | 104 | - |
| CMYK | 0.92 | 0 | 0.58 | 0.03 |
| HSL | 142.2º | 0.93% | 0.52% | - |
| HSV(B) | 142.2º | 0.92% | 0.97% | - |
| XYZ | 36.05 | 67.67 | 24.26 | - |
| YUV | 162.83 | 94.79 | 26.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 247 | 104 | 0.92 | 0 | 0.58 | 0.03 | 142.2 | 0.93 | 0.52 |
| Hex | 14 | F7 | 68 | 5C | 0 | 3A | 3 | 8E | 5D | 34 |
| Octal | 24 | 367 | 150 | 134 | 0 | 72 | 3 | 216 | 135 | 64 |
| Binary | 10100 | 11110111 | 1101000 | 1011100 | 0 | 111010 | 11 | 10001110 | 1011101 | 110100 |
Color Harmonies of #14F768
Complementary color
Monochromatic Colors of #14F768
Black with #14F768
Text Example
Text Example
White with #14F768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F768; }
p { color: rgb(20,247,104); }
H1.HeaderClassName
{
color: #14F768;
}
.AnyTagClassName
{
color: #14F768;
}
</style>
background-color css
<style>
a { background-color: #14F768; }
a { background-color: rgb(20,247,104); }
div.DivClassName
{
background-color: #14F768;
}
.BgClassName
{
background-color: #14F768;
}
</style>
border-color css
<style>
span { border-color: #14F768; }
span { border-color: rgb(20,247,104); }
td.TdClassName
{
border-color: #14F768;
}
.TagClassName
{
border-color: #14F768;
}
</style>