Shades of Spring Green #14F076
Tints of Spring Green #14F076
RGB
CMYK
RGB Variations
Color information
#14F076 (or 0x14F076) is known color: Spring Green. HEX triplet: 14, F0 and 76. RGB value is (20,240,118). Sum of RGB (Red+Green+Blue) = 20+240+118=378 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.29% from 378); Green value is 240 (94.14% from 255 or 63.49% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 240 - color contains mainly: green. Hex color #14F076 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F076 is #EB0F89. Grayscale: #A0A0A0. Windows color (decimal): -15404938 or 7794708. OLE color: 7794708.
HSL color Cylindrical-coordinate representation of color #14F076: hue angle of 146.73º 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 #14F076 is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 240 | 118 | - |
| CMYK | 0.92 | 0 | 0.51 | 0.06 |
| HSL | 146.73º | 0.88% | 0.51% | - |
| HSV(B) | 146.73º | 0.92% | 0.94% | - |
| XYZ | 34.72 | 63.78 | 27.62 | - |
| YUV | 160.31 | 104.11 | 27.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 240 | 118 | 0.92 | 0 | 0.51 | 0.06 | 146.73 | 0.88 | 0.51 |
| Hex | 14 | F0 | 76 | 5C | 0 | 33 | 6 | 93 | 58 | 33 |
| Octal | 24 | 360 | 166 | 134 | 0 | 63 | 6 | 223 | 130 | 63 |
| Binary | 10100 | 11110000 | 1110110 | 1011100 | 0 | 110011 | 110 | 10010011 | 1011000 | 110011 |
Color Harmonies of #14F076
Complementary color
Monochromatic Colors of #14F076
Black with #14F076
Text Example
Text Example
White with #14F076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F076; }
p { color: rgb(20,240,118); }
H1.HeaderClassName
{
color: #14F076;
}
.AnyTagClassName
{
color: #14F076;
}
</style>
background-color css
<style>
a { background-color: #14F076; }
a { background-color: rgb(20,240,118); }
div.DivClassName
{
background-color: #14F076;
}
.BgClassName
{
background-color: #14F076;
}
</style>
border-color css
<style>
span { border-color: #14F076; }
span { border-color: rgb(20,240,118); }
td.TdClassName
{
border-color: #14F076;
}
.TagClassName
{
border-color: #14F076;
}
</style>