Html Css Color HEX #12FFB1 Medium Spring Green
📋 copy color: '#12FFB1'red 18 ◦ green 255 ◦ blue 177
Shades of Medium Spring Green #12FFB1
Tints of Medium Spring Green #12FFB1
RGB
CMYK
RGB Variations
Color information
#12FFB1 (or 0x12FFB1) is known color: Medium Spring Green. HEX triplet: 12, FF and B1. RGB value is (18,255,177). Sum of RGB (Red+Green+Blue) = 18+255+177=450 (59% of max value = 765). Red value is 18 (7.42% from 255 or 4% from 450); Green value is 255 (100% from 255 or 56.67% from 450); Blue value is 177 (69.53% from 255 or 39.33% from 450); Max value from RGB is 255 - color contains mainly: green. Hex color #12FFB1 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12FFB1 is #ED004E. Grayscale: #AFAFAF. Windows color (decimal): -15532111 or 11665170. OLE color: 11665170.
HSL color Cylindrical-coordinate representation of color #12FFB1: hue angle of 160.25º 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 #12FFB1 is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 255 | 177 | - |
| CMYK | 0.93 | 0 | 0.31 | 0 |
| HSL | 160.25º | 1% | 0.54% | - |
| HSV(B) | 160.25º | 0.93% | 1% | - |
| XYZ | 43.95 | 74.82 | 53.72 | - |
| YUV | 175.25 | 128.98 | 15.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 255 | 177 | 0.93 | 0 | 0.31 | 0 | 160.25 | 1 | 0.54 |
| Hex | 12 | FF | B1 | 5D | 0 | 1F | 0 | A0 | 64 | 36 |
| Octal | 22 | 377 | 261 | 135 | 0 | 37 | 0 | 240 | 144 | 66 |
| Binary | 10010 | 11111111 | 10110001 | 1011101 | 0 | 11111 | 0 | 10100000 | 1100100 | 110110 |
Color Harmonies of #12FFB1
Complementary color
Monochromatic Colors of #12FFB1
Black with #12FFB1
Text Example
Text Example
White with #12FFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FFB1; }
p { color: rgb(18,255,177); }
H1.HeaderClassName
{
color: #12FFB1;
}
.AnyTagClassName
{
color: #12FFB1;
}
</style>
background-color css
<style>
a { background-color: #12FFB1; }
a { background-color: rgb(18,255,177); }
div.DivClassName
{
background-color: #12FFB1;
}
.BgClassName
{
background-color: #12FFB1;
}
</style>
border-color css
<style>
span { border-color: #12FFB1; }
span { border-color: rgb(18,255,177); }
td.TdClassName
{
border-color: #12FFB1;
}
.TagClassName
{
border-color: #12FFB1;
}
</style>