Shades of Spring Green #14EE82
Tints of Spring Green #14EE82
RGB
CMYK
RGB Variations
Color information
#14EE82 (or 0x14EE82) is known color: Spring Green. HEX triplet: 14, EE and 82. RGB value is (20,238,130). Sum of RGB (Red+Green+Blue) = 20+238+130=388 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.15% from 388); Green value is 238 (93.36% from 255 or 61.34% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 238 - color contains mainly: green. Hex color #14EE82 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14EE82 is #EB117D. Grayscale: #A0A0A0. Windows color (decimal): -15405438 or 8580628. OLE color: 8580628.
HSL color Cylindrical-coordinate representation of color #14EE82: hue angle of 150.28º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14EE82 is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 238 | 130 | - |
| CMYK | 0.92 | 0 | 0.45 | 0.07 |
| HSL | 150.28º | 0.87% | 0.51% | - |
| HSV(B) | 150.28º | 0.92% | 0.93% | - |
| XYZ | 34.89 | 62.91 | 31.42 | - |
| YUV | 160.51 | 110.78 | 27.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 238 | 130 | 0.92 | 0 | 0.45 | 0.07 | 150.28 | 0.87 | 0.51 |
| Hex | 14 | EE | 82 | 5C | 0 | 2D | 7 | 96 | 57 | 33 |
| Octal | 24 | 356 | 202 | 134 | 0 | 55 | 7 | 226 | 127 | 63 |
| Binary | 10100 | 11101110 | 10000010 | 1011100 | 0 | 101101 | 111 | 10010110 | 1010111 | 110011 |
Color Harmonies of #14EE82
Complementary color
Monochromatic Colors of #14EE82
Black with #14EE82
Text Example
Text Example
White with #14EE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EE82; }
p { color: rgb(20,238,130); }
H1.HeaderClassName
{
color: #14EE82;
}
.AnyTagClassName
{
color: #14EE82;
}
</style>
background-color css
<style>
a { background-color: #14EE82; }
a { background-color: rgb(20,238,130); }
div.DivClassName
{
background-color: #14EE82;
}
.BgClassName
{
background-color: #14EE82;
}
</style>
border-color css
<style>
span { border-color: #14EE82; }
span { border-color: rgb(20,238,130); }
td.TdClassName
{
border-color: #14EE82;
}
.TagClassName
{
border-color: #14EE82;
}
</style>