Html Css Color HEX #12FF9F Medium Spring Green
📋 copy color: '#12FF9F'red 18 ◦ green 255 ◦ blue 159
Shades of Medium Spring Green #12FF9F
Tints of Medium Spring Green #12FF9F
RGB
CMYK
RGB Variations
Color information
#12FF9F (or 0x12FF9F) is known color: Medium Spring Green. HEX triplet: 12, FF and 9F. RGB value is (18,255,159). Sum of RGB (Red+Green+Blue) = 18+255+159=432 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.17% from 432); Green value is 255 (100% from 255 or 59.03% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 255 - color contains mainly: green. Hex color #12FF9F is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12FF9F is #ED0060. Grayscale: #ADADAD. Windows color (decimal): -15532129 or 10485522. OLE color: 10485522.
HSL color Cylindrical-coordinate representation of color #12FF9F: hue angle of 155.7º 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 #12FF9F is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 255 | 159 | - |
| CMYK | 0.93 | 0 | 0.38 | 0 |
| HSL | 155.7º | 1% | 0.54% | - |
| HSV(B) | 155.7º | 0.93% | 1% | - |
| XYZ | 42.27 | 74.15 | 44.89 | - |
| YUV | 173.19 | 119.98 | 17.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 255 | 159 | 0.93 | 0 | 0.38 | 0 | 155.7 | 1 | 0.54 |
| Hex | 12 | FF | 9F | 5D | 0 | 26 | 0 | 9C | 64 | 36 |
| Octal | 22 | 377 | 237 | 135 | 0 | 46 | 0 | 234 | 144 | 66 |
| Binary | 10010 | 11111111 | 10011111 | 1011101 | 0 | 100110 | 0 | 10011100 | 1100100 | 110110 |
Color Harmonies of #12FF9F
Complementary color
Monochromatic Colors of #12FF9F
Black with #12FF9F
Text Example
Text Example
White with #12FF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FF9F; }
p { color: rgb(18,255,159); }
H1.HeaderClassName
{
color: #12FF9F;
}
.AnyTagClassName
{
color: #12FF9F;
}
</style>
background-color css
<style>
a { background-color: #12FF9F; }
a { background-color: rgb(18,255,159); }
div.DivClassName
{
background-color: #12FF9F;
}
.BgClassName
{
background-color: #12FF9F;
}
</style>
border-color css
<style>
span { border-color: #12FF9F; }
span { border-color: rgb(18,255,159); }
td.TdClassName
{
border-color: #12FF9F;
}
.TagClassName
{
border-color: #12FF9F;
}
</style>