Shades of Spring Green #12EC75
Tints of Spring Green #12EC75
RGB
CMYK
RGB Variations
Color information
#12EC75 (or 0x12EC75) is known color: Spring Green. HEX triplet: 12, EC and 75. RGB value is (18,236,117). Sum of RGB (Red+Green+Blue) = 18+236+117=371 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.85% from 371); Green value is 236 (92.58% from 255 or 63.61% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 236 - color contains mainly: green. Hex color #12EC75 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12EC75 is #ED138A. Grayscale: #9D9D9D. Windows color (decimal): -15537035 or 7728146. OLE color: 7728146.
HSL color Cylindrical-coordinate representation of color #12EC75: hue angle of 147.25º 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 #12EC75 is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 236 | 117 | - |
| CMYK | 0.92 | 0 | 0.50 | 0.07 |
| HSL | 147.25º | 0.86% | 0.5% | - |
| HSV(B) | 147.25º | 0.92% | 0.93% | - |
| XYZ | 33.46 | 61.4 | 26.92 | - |
| YUV | 157.25 | 105.28 | 28.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 236 | 117 | 0.92 | 0 | 0.50 | 0.07 | 147.25 | 0.86 | 0.5 |
| Hex | 12 | EC | 75 | 5C | 0 | 32 | 7 | 93 | 56 | 32 |
| Octal | 22 | 354 | 165 | 134 | 0 | 62 | 7 | 223 | 126 | 62 |
| Binary | 10010 | 11101100 | 1110101 | 1011100 | 0 | 110010 | 111 | 10010011 | 1010110 | 110010 |
Color Harmonies of #12EC75
Complementary color
Monochromatic Colors of #12EC75
Black with #12EC75
Text Example
Text Example
White with #12EC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EC75; }
p { color: rgb(18,236,117); }
H1.HeaderClassName
{
color: #12EC75;
}
.AnyTagClassName
{
color: #12EC75;
}
</style>
background-color css
<style>
a { background-color: #12EC75; }
a { background-color: rgb(18,236,117); }
div.DivClassName
{
background-color: #12EC75;
}
.BgClassName
{
background-color: #12EC75;
}
</style>
border-color css
<style>
span { border-color: #12EC75; }
span { border-color: rgb(18,236,117); }
td.TdClassName
{
border-color: #12EC75;
}
.TagClassName
{
border-color: #12EC75;
}
</style>