Shades of Spring Green #12EC84
Tints of Spring Green #12EC84
RGB
CMYK
RGB Variations
Color information
#12EC84 (or 0x12EC84) is known color: Spring Green. HEX triplet: 12, EC and 84. RGB value is (18,236,132). Sum of RGB (Red+Green+Blue) = 18+236+132=386 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.66% from 386); Green value is 236 (92.58% from 255 or 61.14% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 236 - color contains mainly: green. Hex color #12EC84 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12EC84 is #ED137B. Grayscale: #9F9F9F. Windows color (decimal): -15537020 or 8711186. OLE color: 8711186.
HSL color Cylindrical-coordinate representation of color #12EC84: hue angle of 151.38º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EC84 is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 236 | 132 | - |
| CMYK | 0.92 | 0 | 0.44 | 0.07 |
| HSL | 151.38º | 0.86% | 0.5% | - |
| HSV(B) | 151.38º | 0.92% | 0.93% | - |
| XYZ | 34.41 | 61.79 | 31.94 | - |
| YUV | 158.96 | 112.78 | 27.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 236 | 132 | 0.92 | 0 | 0.44 | 0.07 | 151.38 | 0.86 | 0.5 |
| Hex | 12 | EC | 84 | 5C | 0 | 2C | 7 | 97 | 56 | 32 |
| Octal | 22 | 354 | 204 | 134 | 0 | 54 | 7 | 227 | 126 | 62 |
| Binary | 10010 | 11101100 | 10000100 | 1011100 | 0 | 101100 | 111 | 10010111 | 1010110 | 110010 |
Color Harmonies of #12EC84
Complementary color
Monochromatic Colors of #12EC84
Black with #12EC84
Text Example
Text Example
White with #12EC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EC84; }
p { color: rgb(18,236,132); }
H1.HeaderClassName
{
color: #12EC84;
}
.AnyTagClassName
{
color: #12EC84;
}
</style>
background-color css
<style>
a { background-color: #12EC84; }
a { background-color: rgb(18,236,132); }
div.DivClassName
{
background-color: #12EC84;
}
.BgClassName
{
background-color: #12EC84;
}
</style>
border-color css
<style>
span { border-color: #12EC84; }
span { border-color: rgb(18,236,132); }
td.TdClassName
{
border-color: #12EC84;
}
.TagClassName
{
border-color: #12EC84;
}
</style>