Html Css Color HEX #12FAA1 Medium Spring Green
📋 copy color: '#12FAA1'red 18 ◦ green 250 ◦ blue 161
Shades of Medium Spring Green #12FAA1
Tints of Medium Spring Green #12FAA1
RGB
CMYK
RGB Variations
Color information
#12FAA1 (or 0x12FAA1) is known color: Medium Spring Green. HEX triplet: 12, FA and A1. RGB value is (18,250,161). Sum of RGB (Red+Green+Blue) = 18+250+161=429 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.20% from 429); Green value is 250 (98.05% from 255 or 58.28% from 429); Blue value is 161 (63.28% from 255 or 37.53% from 429); Max value from RGB is 250 - color contains mainly: green. Hex color #12FAA1 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12FAA1 is #ED055E. Grayscale: #AAAAAA. Windows color (decimal): -15533407 or 10615314. OLE color: 10615314.
HSL color Cylindrical-coordinate representation of color #12FAA1: hue angle of 156.98º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FAA1 is Cyan = 0.93, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 250 | 161 | - |
| CMYK | 0.93 | 0 | 0.36 | 0.02 |
| HSL | 156.98º | 0.96% | 0.53% | - |
| HSV(B) | 156.98º | 0.93% | 0.98% | - |
| XYZ | 40.87 | 71.07 | 45.28 | - |
| YUV | 170.49 | 122.64 | 19.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 250 | 161 | 0.93 | 0 | 0.36 | 0.02 | 156.98 | 0.96 | 0.53 |
| Hex | 12 | FA | A1 | 5D | 0 | 24 | 2 | 9D | 60 | 35 |
| Octal | 22 | 372 | 241 | 135 | 0 | 44 | 2 | 235 | 140 | 65 |
| Binary | 10010 | 11111010 | 10100001 | 1011101 | 0 | 100100 | 10 | 10011101 | 1100000 | 110101 |
Color Harmonies of #12FAA1
Complementary color
Monochromatic Colors of #12FAA1
Black with #12FAA1
Text Example
Text Example
White with #12FAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FAA1; }
p { color: rgb(18,250,161); }
H1.HeaderClassName
{
color: #12FAA1;
}
.AnyTagClassName
{
color: #12FAA1;
}
</style>
background-color css
<style>
a { background-color: #12FAA1; }
a { background-color: rgb(18,250,161); }
div.DivClassName
{
background-color: #12FAA1;
}
.BgClassName
{
background-color: #12FAA1;
}
</style>
border-color css
<style>
span { border-color: #12FAA1; }
span { border-color: rgb(18,250,161); }
td.TdClassName
{
border-color: #12FAA1;
}
.TagClassName
{
border-color: #12FAA1;
}
</style>