Html Css Color HEX #12FFBD Medium Spring Green
📋 copy color: '#12FFBD'red 18 ◦ green 255 ◦ blue 189
Shades of Medium Spring Green #12FFBD
Tints of Medium Spring Green #12FFBD
RGB
CMYK
RGB Variations
Color information
#12FFBD (or 0x12FFBD) is known color: Medium Spring Green. HEX triplet: 12, FF and BD. RGB value is (18,255,189). Sum of RGB (Red+Green+Blue) = 18+255+189=462 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.90% from 462); Green value is 255 (100% from 255 or 55.19% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 255 - color contains mainly: green. Hex color #12FFBD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FFBD is #ED0042. Grayscale: #B0B0B0. Windows color (decimal): -15532099 or 12451602. OLE color: 12451602.
HSL color Cylindrical-coordinate representation of color #12FFBD: hue angle of 163.29º 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 #12FFBD is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 255 | 189 | - |
| CMYK | 0.93 | 0 | 0.26 | 0 |
| HSL | 163.29º | 1% | 0.54% | - |
| HSV(B) | 163.29º | 0.93% | 1% | - |
| XYZ | 45.19 | 75.32 | 60.3 | - |
| YUV | 176.61 | 134.98 | 14.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 255 | 189 | 0.93 | 0 | 0.26 | 0 | 163.29 | 1 | 0.54 |
| Hex | 12 | FF | BD | 5D | 0 | 1A | 0 | A3 | 64 | 36 |
| Octal | 22 | 377 | 275 | 135 | 0 | 32 | 0 | 243 | 144 | 66 |
| Binary | 10010 | 11111111 | 10111101 | 1011101 | 0 | 11010 | 0 | 10100011 | 1100100 | 110110 |
Color Harmonies of #12FFBD
Complementary color
Monochromatic Colors of #12FFBD
Black with #12FFBD
Text Example
Text Example
White with #12FFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FFBD; }
p { color: rgb(18,255,189); }
H1.HeaderClassName
{
color: #12FFBD;
}
.AnyTagClassName
{
color: #12FFBD;
}
</style>
background-color css
<style>
a { background-color: #12FFBD; }
a { background-color: rgb(18,255,189); }
div.DivClassName
{
background-color: #12FFBD;
}
.BgClassName
{
background-color: #12FFBD;
}
</style>
border-color css
<style>
span { border-color: #12FFBD; }
span { border-color: rgb(18,255,189); }
td.TdClassName
{
border-color: #12FFBD;
}
.TagClassName
{
border-color: #12FFBD;
}
</style>