Html Css Color HEX #12FA9D Medium Spring Green
📋 copy color: '#12FA9D'red 18 ◦ green 250 ◦ blue 157
Shades of Medium Spring Green #12FA9D
Tints of Medium Spring Green #12FA9D
RGB
CMYK
RGB Variations
Color information
#12FA9D (or 0x12FA9D) is known color: Medium Spring Green. HEX triplet: 12, FA and 9D. RGB value is (18,250,157). Sum of RGB (Red+Green+Blue) = 18+250+157=425 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.24% from 425); Green value is 250 (98.05% from 255 or 58.82% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 250 - color contains mainly: green. Hex color #12FA9D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12FA9D is #ED0562. Grayscale: #AAAAAA. Windows color (decimal): -15533411 or 10353170. OLE color: 10353170.
HSL color Cylindrical-coordinate representation of color #12FA9D: hue angle of 155.95º 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 #12FA9D is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 250 | 157 | - |
| CMYK | 0.93 | 0 | 0.37 | 0.02 |
| HSL | 155.95º | 0.96% | 0.53% | - |
| HSV(B) | 155.95º | 0.93% | 0.98% | - |
| XYZ | 40.52 | 70.93 | 43.45 | - |
| YUV | 170.03 | 120.64 | 19.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 250 | 157 | 0.93 | 0 | 0.37 | 0.02 | 155.95 | 0.96 | 0.53 |
| Hex | 12 | FA | 9D | 5D | 0 | 25 | 2 | 9C | 60 | 35 |
| Octal | 22 | 372 | 235 | 135 | 0 | 45 | 2 | 234 | 140 | 65 |
| Binary | 10010 | 11111010 | 10011101 | 1011101 | 0 | 100101 | 10 | 10011100 | 1100000 | 110101 |
Color Harmonies of #12FA9D
Complementary color
Monochromatic Colors of #12FA9D
Black with #12FA9D
Text Example
Text Example
White with #12FA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FA9D; }
p { color: rgb(18,250,157); }
H1.HeaderClassName
{
color: #12FA9D;
}
.AnyTagClassName
{
color: #12FA9D;
}
</style>
background-color css
<style>
a { background-color: #12FA9D; }
a { background-color: rgb(18,250,157); }
div.DivClassName
{
background-color: #12FA9D;
}
.BgClassName
{
background-color: #12FA9D;
}
</style>
border-color css
<style>
span { border-color: #12FA9D; }
span { border-color: rgb(18,250,157); }
td.TdClassName
{
border-color: #12FA9D;
}
.TagClassName
{
border-color: #12FA9D;
}
</style>