Shades of Spring Green #14E484
Tints of Spring Green #14E484
RGB
CMYK
RGB Variations
Color information
#14E484 (or 0x14E484) is known color: Spring Green. HEX triplet: 14, E4 and 84. RGB value is (20,228,132). Sum of RGB (Red+Green+Blue) = 20+228+132=380 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.26% from 380); Green value is 228 (89.45% from 255 or 60% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 228 - color contains mainly: green. Hex color #14E484 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14E484 is #EB1B7B. Grayscale: #9B9B9B. Windows color (decimal): -15407996 or 8709140. OLE color: 8709140.
HSL color Cylindrical-coordinate representation of color #14E484: hue angle of 152.31º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E484 is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 228 | 132 | - |
| CMYK | 0.91 | 0 | 0.42 | 0.11 |
| HSL | 152.31º | 0.84% | 0.49% | - |
| HSV(B) | 152.31º | 0.91% | 0.89% | - |
| XYZ | 32.2 | 57.3 | 31.19 | - |
| YUV | 154.86 | 115.09 | 31.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 228 | 132 | 0.91 | 0 | 0.42 | 0.11 | 152.31 | 0.84 | 0.49 |
| Hex | 14 | E4 | 84 | 5B | 0 | 2A | B | 98 | 54 | 31 |
| Octal | 24 | 344 | 204 | 133 | 0 | 52 | 13 | 230 | 124 | 61 |
| Binary | 10100 | 11100100 | 10000100 | 1011011 | 0 | 101010 | 1011 | 10011000 | 1010100 | 110001 |
Color Harmonies of #14E484
Complementary color
Monochromatic Colors of #14E484
Black with #14E484
Text Example
Text Example
White with #14E484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E484; }
p { color: rgb(20,228,132); }
H1.HeaderClassName
{
color: #14E484;
}
.AnyTagClassName
{
color: #14E484;
}
</style>
background-color css
<style>
a { background-color: #14E484; }
a { background-color: rgb(20,228,132); }
div.DivClassName
{
background-color: #14E484;
}
.BgClassName
{
background-color: #14E484;
}
</style>
border-color css
<style>
span { border-color: #14E484; }
span { border-color: rgb(20,228,132); }
td.TdClassName
{
border-color: #14E484;
}
.TagClassName
{
border-color: #14E484;
}
</style>