Html Css Color HEX #12E295 Medium Spring Green
📋 copy color: '#12E295'red 18 ◦ green 226 ◦ blue 149
Shades of Medium Spring Green #12E295
Tints of Medium Spring Green #12E295
RGB
CMYK
RGB Variations
Color information
#12E295 (or 0x12E295) is known color: Medium Spring Green. HEX triplet: 12, E2 and 95. RGB value is (18,226,149). Sum of RGB (Red+Green+Blue) = 18+226+149=393 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.58% from 393); Green value is 226 (88.67% from 255 or 57.51% from 393); Blue value is 149 (58.59% from 255 or 37.91% from 393); Max value from RGB is 226 - color contains mainly: green. Hex color #12E295 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12E295 is #ED1D6A. Grayscale: #9B9B9B. Windows color (decimal): -15539563 or 9822738. OLE color: 9822738.
HSL color Cylindrical-coordinate representation of color #12E295: hue angle of 157.79º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E295 is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 18 | 226 | 149 | - |
| CMYK | 0.92 | 0 | 0.34 | 0.11 |
| HSL | 157.79º | 0.85% | 0.48% | - |
| HSV(B) | 157.79º | 0.92% | 0.89% | - |
| XYZ | 32.87 | 56.69 | 37.64 | - |
| YUV | 155.03 | 124.59 | 30.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 226 | 149 | 0.92 | 0 | 0.34 | 0.11 | 157.79 | 0.85 | 0.48 |
| Hex | 12 | E2 | 95 | 5C | 0 | 22 | B | 9E | 55 | 30 |
| Octal | 22 | 342 | 225 | 134 | 0 | 42 | 13 | 236 | 125 | 60 |
| Binary | 10010 | 11100010 | 10010101 | 1011100 | 0 | 100010 | 1011 | 10011110 | 1010101 | 110000 |
Color Harmonies of #12E295
Complementary color
Monochromatic Colors of #12E295
Black with #12E295
Text Example
Text Example
White with #12E295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E295; }
p { color: rgb(18,226,149); }
H1.HeaderClassName
{
color: #12E295;
}
.AnyTagClassName
{
color: #12E295;
}
</style>
background-color css
<style>
a { background-color: #12E295; }
a { background-color: rgb(18,226,149); }
div.DivClassName
{
background-color: #12E295;
}
.BgClassName
{
background-color: #12E295;
}
</style>
border-color css
<style>
span { border-color: #12E295; }
span { border-color: rgb(18,226,149); }
td.TdClassName
{
border-color: #12E295;
}
.TagClassName
{
border-color: #12E295;
}
</style>