Shades of Spring Green #14F082
Tints of Spring Green #14F082
RGB
CMYK
RGB Variations
Color information
#14F082 (or 0x14F082) is known color: Spring Green. HEX triplet: 14, F0 and 82. RGB value is (20,240,130). Sum of RGB (Red+Green+Blue) = 20+240+130=390 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.13% from 390); Green value is 240 (94.14% from 255 or 61.54% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 240 - color contains mainly: green. Hex color #14F082 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F082 is #EB0F7D. Grayscale: #A1A1A1. Windows color (decimal): -15404926 or 8581140. OLE color: 8581140.
HSL color Cylindrical-coordinate representation of color #14F082: hue angle of 150º 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 #14F082 is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 240 | 130 | - |
| CMYK | 0.92 | 0 | 0.46 | 0.06 |
| HSL | 150º | 0.88% | 0.51% | - |
| HSV(B) | 150º | 0.92% | 0.94% | - |
| XYZ | 35.48 | 64.08 | 31.62 | - |
| YUV | 161.68 | 110.11 | 26.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 240 | 130 | 0.92 | 0 | 0.46 | 0.06 | 150 | 0.88 | 0.51 |
| Hex | 14 | F0 | 82 | 5C | 0 | 2E | 6 | 96 | 58 | 33 |
| Octal | 24 | 360 | 202 | 134 | 0 | 56 | 6 | 226 | 130 | 63 |
| Binary | 10100 | 11110000 | 10000010 | 1011100 | 0 | 101110 | 110 | 10010110 | 1011000 | 110011 |
Color Harmonies of #14F082
Complementary color
Monochromatic Colors of #14F082
Black with #14F082
Text Example
Text Example
White with #14F082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F082; }
p { color: rgb(20,240,130); }
H1.HeaderClassName
{
color: #14F082;
}
.AnyTagClassName
{
color: #14F082;
}
</style>
background-color css
<style>
a { background-color: #14F082; }
a { background-color: rgb(20,240,130); }
div.DivClassName
{
background-color: #14F082;
}
.BgClassName
{
background-color: #14F082;
}
</style>
border-color css
<style>
span { border-color: #14F082; }
span { border-color: rgb(20,240,130); }
td.TdClassName
{
border-color: #14F082;
}
.TagClassName
{
border-color: #14F082;
}
</style>