Html Css Color HEX #12E5AC Medium Spring Green
📋 copy color: '#12E5AC'red 18 ◦ green 229 ◦ blue 172
Shades of Medium Spring Green #12E5AC
Tints of Medium Spring Green #12E5AC
RGB
CMYK
RGB Variations
Color information
#12E5AC (or 0x12E5AC) is known color: Medium Spring Green. HEX triplet: 12, E5 and AC. RGB value is (18,229,172). Sum of RGB (Red+Green+Blue) = 18+229+172=419 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.30% from 419); Green value is 229 (89.84% from 255 or 54.65% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 229 - color contains mainly: green. Hex color #12E5AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12E5AC is #ED1A53. Grayscale: #9F9F9F. Windows color (decimal): -15538772 or 11330834. OLE color: 11330834.
HSL color Cylindrical-coordinate representation of color #12E5AC: hue angle of 163.79º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E5AC is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 18 | 229 | 172 | - |
| CMYK | 0.92 | 0 | 0.25 | 0.10 |
| HSL | 163.79º | 0.85% | 0.48% | - |
| HSV(B) | 163.79º | 0.92% | 0.9% | - |
| XYZ | 35.72 | 59.15 | 48.56 | - |
| YUV | 159.41 | 135.1 | 27.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 229 | 172 | 0.92 | 0 | 0.25 | 0.10 | 163.79 | 0.85 | 0.48 |
| Hex | 12 | E5 | AC | 5C | 0 | 19 | A | A4 | 55 | 30 |
| Octal | 22 | 345 | 254 | 134 | 0 | 31 | 12 | 244 | 125 | 60 |
| Binary | 10010 | 11100101 | 10101100 | 1011100 | 0 | 11001 | 1010 | 10100100 | 1010101 | 110000 |
Color Harmonies of #12E5AC
Complementary color
Monochromatic Colors of #12E5AC
Black with #12E5AC
Text Example
Text Example
White with #12E5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E5AC; }
p { color: rgb(18,229,172); }
H1.HeaderClassName
{
color: #12E5AC;
}
.AnyTagClassName
{
color: #12E5AC;
}
</style>
background-color css
<style>
a { background-color: #12E5AC; }
a { background-color: rgb(18,229,172); }
div.DivClassName
{
background-color: #12E5AC;
}
.BgClassName
{
background-color: #12E5AC;
}
</style>
border-color css
<style>
span { border-color: #12E5AC; }
span { border-color: rgb(18,229,172); }
td.TdClassName
{
border-color: #12E5AC;
}
.TagClassName
{
border-color: #12E5AC;
}
</style>