Shades of Spring Green #14F074
Tints of Spring Green #14F074
RGB
CMYK
RGB Variations
Color information
#14F074 (or 0x14F074) is known color: Spring Green. HEX triplet: 14, F0 and 74. RGB value is (20,240,116). Sum of RGB (Red+Green+Blue) = 20+240+116=376 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.32% from 376); Green value is 240 (94.14% from 255 or 63.83% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 240 - color contains mainly: green. Hex color #14F074 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F074 is #EB0F8B. Grayscale: #A0A0A0. Windows color (decimal): -15404940 or 7663636. OLE color: 7663636.
HSL color Cylindrical-coordinate representation of color #14F074: hue angle of 146.18º 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 #14F074 is Cyan = 0.92, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 240 | 116 | - |
| CMYK | 0.92 | 0 | 0.52 | 0.06 |
| HSL | 146.18º | 0.88% | 0.51% | - |
| HSV(B) | 146.18º | 0.92% | 0.94% | - |
| XYZ | 34.6 | 63.73 | 27 | - |
| YUV | 160.08 | 103.11 | 28.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 240 | 116 | 0.92 | 0 | 0.52 | 0.06 | 146.18 | 0.88 | 0.51 |
| Hex | 14 | F0 | 74 | 5C | 0 | 34 | 6 | 92 | 58 | 33 |
| Octal | 24 | 360 | 164 | 134 | 0 | 64 | 6 | 222 | 130 | 63 |
| Binary | 10100 | 11110000 | 1110100 | 1011100 | 0 | 110100 | 110 | 10010010 | 1011000 | 110011 |
Color Harmonies of #14F074
Complementary color
Monochromatic Colors of #14F074
Black with #14F074
Text Example
Text Example
White with #14F074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F074; }
p { color: rgb(20,240,116); }
H1.HeaderClassName
{
color: #14F074;
}
.AnyTagClassName
{
color: #14F074;
}
</style>
background-color css
<style>
a { background-color: #14F074; }
a { background-color: rgb(20,240,116); }
div.DivClassName
{
background-color: #14F074;
}
.BgClassName
{
background-color: #14F074;
}
</style>
border-color css
<style>
span { border-color: #14F074; }
span { border-color: rgb(20,240,116); }
td.TdClassName
{
border-color: #14F074;
}
.TagClassName
{
border-color: #14F074;
}
</style>