Html Css Color HEX #12FFA6 Medium Spring Green
📋 copy color: '#12FFA6'red 18 ◦ green 255 ◦ blue 166
Shades of Medium Spring Green #12FFA6
Tints of Medium Spring Green #12FFA6
RGB
CMYK
RGB Variations
Color information
#12FFA6 (or 0x12FFA6) is known color: Medium Spring Green. HEX triplet: 12, FF and A6. RGB value is (18,255,166). Sum of RGB (Red+Green+Blue) = 18+255+166=439 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.10% from 439); Green value is 255 (100% from 255 or 58.09% from 439); Blue value is 166 (65.23% from 255 or 37.81% from 439); Max value from RGB is 255 - color contains mainly: green. Hex color #12FFA6 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12FFA6 is #ED0059. Grayscale: #AEAEAE. Windows color (decimal): -15532122 or 10944274. OLE color: 10944274.
HSL color Cylindrical-coordinate representation of color #12FFA6: hue angle of 157.47º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FFA6 is Cyan = 0.93, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 255 | 166 | - |
| CMYK | 0.93 | 0 | 0.35 | 0 |
| HSL | 157.47º | 1% | 0.54% | - |
| HSV(B) | 157.47º | 0.93% | 1% | - |
| XYZ | 42.89 | 74.4 | 48.18 | - |
| YUV | 173.99 | 123.48 | 16.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 255 | 166 | 0.93 | 0 | 0.35 | 0 | 157.47 | 1 | 0.54 |
| Hex | 12 | FF | A6 | 5D | 0 | 23 | 0 | 9D | 64 | 36 |
| Octal | 22 | 377 | 246 | 135 | 0 | 43 | 0 | 235 | 144 | 66 |
| Binary | 10010 | 11111111 | 10100110 | 1011101 | 0 | 100011 | 0 | 10011101 | 1100100 | 110110 |
Color Harmonies of #12FFA6
Complementary color
Monochromatic Colors of #12FFA6
Black with #12FFA6
Text Example
Text Example
White with #12FFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FFA6; }
p { color: rgb(18,255,166); }
H1.HeaderClassName
{
color: #12FFA6;
}
.AnyTagClassName
{
color: #12FFA6;
}
</style>
background-color css
<style>
a { background-color: #12FFA6; }
a { background-color: rgb(18,255,166); }
div.DivClassName
{
background-color: #12FFA6;
}
.BgClassName
{
background-color: #12FFA6;
}
</style>
border-color css
<style>
span { border-color: #12FFA6; }
span { border-color: rgb(18,255,166); }
td.TdClassName
{
border-color: #12FFA6;
}
.TagClassName
{
border-color: #12FFA6;
}
</style>