Shades of Spring Green #14EA83
Tints of Spring Green #14EA83
RGB
CMYK
RGB Variations
Color information
#14EA83 (or 0x14EA83) is known color: Spring Green. HEX triplet: 14, EA and 83. RGB value is (20,234,131). Sum of RGB (Red+Green+Blue) = 20+234+131=385 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.19% from 385); Green value is 234 (91.80% from 255 or 60.78% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 234 - color contains mainly: green. Hex color #14EA83 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14EA83 is #EB157C. Grayscale: #9E9E9E. Windows color (decimal): -15406461 or 8645140. OLE color: 8645140.
HSL color Cylindrical-coordinate representation of color #14EA83: hue angle of 151.12º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14EA83 is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 234 | 131 | - |
| CMYK | 0.91 | 0 | 0.44 | 0.08 |
| HSL | 151.12º | 0.84% | 0.5% | - |
| HSV(B) | 151.12º | 0.91% | 0.92% | - |
| XYZ | 33.81 | 60.63 | 31.39 | - |
| YUV | 158.27 | 112.6 | 29.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 234 | 131 | 0.91 | 0 | 0.44 | 0.08 | 151.12 | 0.84 | 0.5 |
| Hex | 14 | EA | 83 | 5B | 0 | 2C | 8 | 97 | 54 | 32 |
| Octal | 24 | 352 | 203 | 133 | 0 | 54 | 10 | 227 | 124 | 62 |
| Binary | 10100 | 11101010 | 10000011 | 1011011 | 0 | 101100 | 1000 | 10010111 | 1010100 | 110010 |
Color Harmonies of #14EA83
Complementary color
Monochromatic Colors of #14EA83
Black with #14EA83
Text Example
Text Example
White with #14EA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EA83; }
p { color: rgb(20,234,131); }
H1.HeaderClassName
{
color: #14EA83;
}
.AnyTagClassName
{
color: #14EA83;
}
</style>
background-color css
<style>
a { background-color: #14EA83; }
a { background-color: rgb(20,234,131); }
div.DivClassName
{
background-color: #14EA83;
}
.BgClassName
{
background-color: #14EA83;
}
</style>
border-color css
<style>
span { border-color: #14EA83; }
span { border-color: rgb(20,234,131); }
td.TdClassName
{
border-color: #14EA83;
}
.TagClassName
{
border-color: #14EA83;
}
</style>