Html Css Color HEX #12FFAC Medium Spring Green
📋 copy color: '#12FFAC'red 18 ◦ green 255 ◦ blue 172
Shades of Medium Spring Green #12FFAC
Tints of Medium Spring Green #12FFAC
RGB
CMYK
RGB Variations
Color information
#12FFAC (or 0x12FFAC) is known color: Medium Spring Green. HEX triplet: 12, FF and AC. RGB value is (18,255,172). Sum of RGB (Red+Green+Blue) = 18+255+172=445 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.04% from 445); Green value is 255 (100% from 255 or 57.30% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 255 - color contains mainly: green. Hex color #12FFAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12FFAC is #ED0053. Grayscale: #AEAEAE. Windows color (decimal): -15532116 or 11337490. OLE color: 11337490.
HSL color Cylindrical-coordinate representation of color #12FFAC: hue angle of 158.99º 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 #12FFAC is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 255 | 172 | - |
| CMYK | 0.93 | 0 | 0.33 | 0 |
| HSL | 158.99º | 1% | 0.54% | - |
| HSV(B) | 158.99º | 0.93% | 1% | - |
| XYZ | 43.46 | 74.63 | 51.14 | - |
| YUV | 174.68 | 126.48 | 16.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 255 | 172 | 0.93 | 0 | 0.33 | 0 | 158.99 | 1 | 0.54 |
| Hex | 12 | FF | AC | 5D | 0 | 21 | 0 | 9F | 64 | 36 |
| Octal | 22 | 377 | 254 | 135 | 0 | 41 | 0 | 237 | 144 | 66 |
| Binary | 10010 | 11111111 | 10101100 | 1011101 | 0 | 100001 | 0 | 10011111 | 1100100 | 110110 |
Color Harmonies of #12FFAC
Complementary color
Monochromatic Colors of #12FFAC
Black with #12FFAC
Text Example
Text Example
White with #12FFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FFAC; }
p { color: rgb(18,255,172); }
H1.HeaderClassName
{
color: #12FFAC;
}
.AnyTagClassName
{
color: #12FFAC;
}
</style>
background-color css
<style>
a { background-color: #12FFAC; }
a { background-color: rgb(18,255,172); }
div.DivClassName
{
background-color: #12FFAC;
}
.BgClassName
{
background-color: #12FFAC;
}
</style>
border-color css
<style>
span { border-color: #12FFAC; }
span { border-color: rgb(18,255,172); }
td.TdClassName
{
border-color: #12FFAC;
}
.TagClassName
{
border-color: #12FFAC;
}
</style>