Html Css Color HEX #12FFB9 Medium Spring Green
📋 copy color: '#12FFB9'red 18 ◦ green 255 ◦ blue 185
Shades of Medium Spring Green #12FFB9
Tints of Medium Spring Green #12FFB9
RGB
CMYK
RGB Variations
Color information
#12FFB9 (or 0x12FFB9) is known color: Medium Spring Green. HEX triplet: 12, FF and B9. RGB value is (18,255,185). Sum of RGB (Red+Green+Blue) = 18+255+185=458 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.93% from 458); Green value is 255 (100% from 255 or 55.68% from 458); Blue value is 185 (72.66% from 255 or 40.39% from 458); Max value from RGB is 255 - color contains mainly: green. Hex color #12FFB9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FFB9 is #ED0046. Grayscale: #B0B0B0. Windows color (decimal): -15532103 or 12189458. OLE color: 12189458.
HSL color Cylindrical-coordinate representation of color #12FFB9: hue angle of 162.28º 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 #12FFB9 is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 255 | 185 | - |
| CMYK | 0.93 | 0 | 0.27 | 0 |
| HSL | 162.28º | 1% | 0.54% | - |
| HSV(B) | 162.28º | 0.93% | 1% | - |
| XYZ | 44.77 | 75.15 | 58.05 | - |
| YUV | 176.16 | 132.98 | 15.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 255 | 185 | 0.93 | 0 | 0.27 | 0 | 162.28 | 1 | 0.54 |
| Hex | 12 | FF | B9 | 5D | 0 | 1B | 0 | A2 | 64 | 36 |
| Octal | 22 | 377 | 271 | 135 | 0 | 33 | 0 | 242 | 144 | 66 |
| Binary | 10010 | 11111111 | 10111001 | 1011101 | 0 | 11011 | 0 | 10100010 | 1100100 | 110110 |
Color Harmonies of #12FFB9
Complementary color
Monochromatic Colors of #12FFB9
Black with #12FFB9
Text Example
Text Example
White with #12FFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FFB9; }
p { color: rgb(18,255,185); }
H1.HeaderClassName
{
color: #12FFB9;
}
.AnyTagClassName
{
color: #12FFB9;
}
</style>
background-color css
<style>
a { background-color: #12FFB9; }
a { background-color: rgb(18,255,185); }
div.DivClassName
{
background-color: #12FFB9;
}
.BgClassName
{
background-color: #12FFB9;
}
</style>
border-color css
<style>
span { border-color: #12FFB9; }
span { border-color: rgb(18,255,185); }
td.TdClassName
{
border-color: #12FFB9;
}
.TagClassName
{
border-color: #12FFB9;
}
</style>