Html Css Color HEX #12FDB0 Medium Spring Green
📋 copy color: '#12FDB0'red 18 ◦ green 253 ◦ blue 176
Shades of Medium Spring Green #12FDB0
Tints of Medium Spring Green #12FDB0
RGB
CMYK
RGB Variations
Color information
#12FDB0 (or 0x12FDB0) is known color: Medium Spring Green. HEX triplet: 12, FD and B0. RGB value is (18,253,176). Sum of RGB (Red+Green+Blue) = 18+253+176=447 (59% of max value = 765). Red value is 18 (7.42% from 255 or 4.03% from 447); Green value is 253 (99.22% from 255 or 56.60% from 447); Blue value is 176 (69.14% from 255 or 39.37% from 447); Max value from RGB is 253 - color contains mainly: green. Hex color #12FDB0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12FDB0 is #ED024F. Grayscale: #AEAEAE. Windows color (decimal): -15532624 or 11599122. OLE color: 11599122.
HSL color Cylindrical-coordinate representation of color #12FDB0: hue angle of 160.34º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FDB0 is Cyan = 0.93, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 253 | 176 | - |
| CMYK | 0.93 | 0 | 0.30 | 0.01 |
| HSL | 160.34º | 0.98% | 0.53% | - |
| HSV(B) | 160.34º | 0.93% | 0.99% | - |
| XYZ | 43.21 | 73.51 | 52.99 | - |
| YUV | 173.96 | 129.14 | 16.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 253 | 176 | 0.93 | 0 | 0.30 | 0.01 | 160.34 | 0.98 | 0.53 |
| Hex | 12 | FD | B0 | 5D | 0 | 1E | 1 | A0 | 62 | 35 |
| Octal | 22 | 375 | 260 | 135 | 0 | 36 | 1 | 240 | 142 | 65 |
| Binary | 10010 | 11111101 | 10110000 | 1011101 | 0 | 11110 | 1 | 10100000 | 1100010 | 110101 |
Color Harmonies of #12FDB0
Complementary color
Monochromatic Colors of #12FDB0
Black with #12FDB0
Text Example
Text Example
White with #12FDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FDB0; }
p { color: rgb(18,253,176); }
H1.HeaderClassName
{
color: #12FDB0;
}
.AnyTagClassName
{
color: #12FDB0;
}
</style>
background-color css
<style>
a { background-color: #12FDB0; }
a { background-color: rgb(18,253,176); }
div.DivClassName
{
background-color: #12FDB0;
}
.BgClassName
{
background-color: #12FDB0;
}
</style>
border-color css
<style>
span { border-color: #12FDB0; }
span { border-color: rgb(18,253,176); }
td.TdClassName
{
border-color: #12FDB0;
}
.TagClassName
{
border-color: #12FDB0;
}
</style>