Html Css Color HEX #12FA9F Medium Spring Green
📋 copy color: '#12FA9F'red 18 ◦ green 250 ◦ blue 159
Shades of Medium Spring Green #12FA9F
Tints of Medium Spring Green #12FA9F
RGB
CMYK
RGB Variations
Color information
#12FA9F (or 0x12FA9F) is known color: Medium Spring Green. HEX triplet: 12, FA and 9F. RGB value is (18,250,159). Sum of RGB (Red+Green+Blue) = 18+250+159=427 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.22% from 427); Green value is 250 (98.05% from 255 or 58.55% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 250 - color contains mainly: green. Hex color #12FA9F is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12FA9F is #ED0560. Grayscale: #AAAAAA. Windows color (decimal): -15533409 or 10484242. OLE color: 10484242.
HSL color Cylindrical-coordinate representation of color #12FA9F: hue angle of 156.47º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FA9F is Cyan = 0.93, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 250 | 159 | - |
| CMYK | 0.93 | 0 | 0.36 | 0.02 |
| HSL | 156.47º | 0.96% | 0.53% | - |
| HSV(B) | 156.47º | 0.93% | 0.98% | - |
| XYZ | 40.69 | 71 | 44.36 | - |
| YUV | 170.26 | 121.64 | 19.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 250 | 159 | 0.93 | 0 | 0.36 | 0.02 | 156.47 | 0.96 | 0.53 |
| Hex | 12 | FA | 9F | 5D | 0 | 24 | 2 | 9C | 60 | 35 |
| Octal | 22 | 372 | 237 | 135 | 0 | 44 | 2 | 234 | 140 | 65 |
| Binary | 10010 | 11111010 | 10011111 | 1011101 | 0 | 100100 | 10 | 10011100 | 1100000 | 110101 |
Color Harmonies of #12FA9F
Complementary color
Monochromatic Colors of #12FA9F
Black with #12FA9F
Text Example
Text Example
White with #12FA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FA9F; }
p { color: rgb(18,250,159); }
H1.HeaderClassName
{
color: #12FA9F;
}
.AnyTagClassName
{
color: #12FA9F;
}
</style>
background-color css
<style>
a { background-color: #12FA9F; }
a { background-color: rgb(18,250,159); }
div.DivClassName
{
background-color: #12FA9F;
}
.BgClassName
{
background-color: #12FA9F;
}
</style>
border-color css
<style>
span { border-color: #12FA9F; }
span { border-color: rgb(18,250,159); }
td.TdClassName
{
border-color: #12FA9F;
}
.TagClassName
{
border-color: #12FA9F;
}
</style>