Html Css Color HEX #12E9A6 Medium Spring Green
📋 copy color: '#12E9A6'red 18 ◦ green 233 ◦ blue 166
Shades of Medium Spring Green #12E9A6
Tints of Medium Spring Green #12E9A6
RGB
CMYK
RGB Variations
Color information
#12E9A6 (or 0x12E9A6) is known color: Medium Spring Green. HEX triplet: 12, E9 and A6. RGB value is (18,233,166). Sum of RGB (Red+Green+Blue) = 18+233+166=417 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.32% from 417); Green value is 233 (91.41% from 255 or 55.88% from 417); Blue value is 166 (65.23% from 255 or 39.81% from 417); Max value from RGB is 233 - color contains mainly: green. Hex color #12E9A6 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12E9A6 is #ED1659. Grayscale: #A1A1A1. Windows color (decimal): -15537754 or 10938642. OLE color: 10938642.
HSL color Cylindrical-coordinate representation of color #12E9A6: hue angle of 161.3º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E9A6 is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 18 | 233 | 166 | - |
| CMYK | 0.92 | 0 | 0.29 | 0.09 |
| HSL | 161.3º | 0.86% | 0.49% | - |
| HSV(B) | 161.3º | 0.92% | 0.91% | - |
| XYZ | 36.27 | 61.16 | 45.97 | - |
| YUV | 161.08 | 130.77 | 25.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 233 | 166 | 0.92 | 0 | 0.29 | 0.09 | 161.3 | 0.86 | 0.49 |
| Hex | 12 | E9 | A6 | 5C | 0 | 1D | 9 | A1 | 56 | 31 |
| Octal | 22 | 351 | 246 | 134 | 0 | 35 | 11 | 241 | 126 | 61 |
| Binary | 10010 | 11101001 | 10100110 | 1011100 | 0 | 11101 | 1001 | 10100001 | 1010110 | 110001 |
Color Harmonies of #12E9A6
Complementary color
Monochromatic Colors of #12E9A6
Black with #12E9A6
Text Example
Text Example
White with #12E9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E9A6; }
p { color: rgb(18,233,166); }
H1.HeaderClassName
{
color: #12E9A6;
}
.AnyTagClassName
{
color: #12E9A6;
}
</style>
background-color css
<style>
a { background-color: #12E9A6; }
a { background-color: rgb(18,233,166); }
div.DivClassName
{
background-color: #12E9A6;
}
.BgClassName
{
background-color: #12E9A6;
}
</style>
border-color css
<style>
span { border-color: #12E9A6; }
span { border-color: rgb(18,233,166); }
td.TdClassName
{
border-color: #12E9A6;
}
.TagClassName
{
border-color: #12E9A6;
}
</style>