Html Css Color HEX #12FCAF Medium Spring Green
📋 copy color: '#12FCAF'red 18 ◦ green 252 ◦ blue 175
Shades of Medium Spring Green #12FCAF
Tints of Medium Spring Green #12FCAF
RGB
CMYK
RGB Variations
Color information
#12FCAF (or 0x12FCAF) is known color: Medium Spring Green. HEX triplet: 12, FC and AF. RGB value is (18,252,175). Sum of RGB (Red+Green+Blue) = 18+252+175=445 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.04% from 445); Green value is 252 (98.83% from 255 or 56.63% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 252 - color contains mainly: green. Hex color #12FCAF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12FCAF is #ED0350. Grayscale: #ADADAD. Windows color (decimal): -15532881 or 11533330. OLE color: 11533330.
HSL color Cylindrical-coordinate representation of color #12FCAF: hue angle of 160.26º 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 #12FCAF is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 252 | 175 | - |
| CMYK | 0.93 | 0 | 0.31 | 0.01 |
| HSL | 160.26º | 0.98% | 0.53% | - |
| HSV(B) | 160.26º | 0.93% | 0.99% | - |
| XYZ | 42.8 | 72.84 | 52.36 | - |
| YUV | 173.26 | 128.98 | 17.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 252 | 175 | 0.93 | 0 | 0.31 | 0.01 | 160.26 | 0.98 | 0.53 |
| Hex | 12 | FC | AF | 5D | 0 | 1F | 1 | A0 | 62 | 35 |
| Octal | 22 | 374 | 257 | 135 | 0 | 37 | 1 | 240 | 142 | 65 |
| Binary | 10010 | 11111100 | 10101111 | 1011101 | 0 | 11111 | 1 | 10100000 | 1100010 | 110101 |
Color Harmonies of #12FCAF
Complementary color
Monochromatic Colors of #12FCAF
Black with #12FCAF
Text Example
Text Example
White with #12FCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FCAF; }
p { color: rgb(18,252,175); }
H1.HeaderClassName
{
color: #12FCAF;
}
.AnyTagClassName
{
color: #12FCAF;
}
</style>
background-color css
<style>
a { background-color: #12FCAF; }
a { background-color: rgb(18,252,175); }
div.DivClassName
{
background-color: #12FCAF;
}
.BgClassName
{
background-color: #12FCAF;
}
</style>
border-color css
<style>
span { border-color: #12FCAF; }
span { border-color: rgb(18,252,175); }
td.TdClassName
{
border-color: #12FCAF;
}
.TagClassName
{
border-color: #12FCAF;
}
</style>