Html Css Color HEX #12FFAA Medium Spring Green
📋 copy color: '#12FFAA'red 18 ◦ green 255 ◦ blue 170
Shades of Medium Spring Green #12FFAA
Tints of Medium Spring Green #12FFAA
RGB
CMYK
RGB Variations
Color information
#12FFAA (or 0x12FFAA) is known color: Medium Spring Green. HEX triplet: 12, FF and AA. RGB value is (18,255,170). Sum of RGB (Red+Green+Blue) = 18+255+170=443 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.06% from 443); Green value is 255 (100% from 255 or 57.56% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 255 - color contains mainly: green. Hex color #12FFAA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12FFAA is #ED0055. Grayscale: #AEAEAE. Windows color (decimal): -15532118 or 11206418. OLE color: 11206418.
HSL color Cylindrical-coordinate representation of color #12FFAA: hue angle of 158.48º 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 #12FFAA is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 255 | 170 | - |
| CMYK | 0.93 | 0 | 0.33 | 0 |
| HSL | 158.48º | 1% | 0.54% | - |
| HSV(B) | 158.48º | 0.93% | 1% | - |
| XYZ | 43.27 | 74.55 | 50.14 | - |
| YUV | 174.45 | 125.48 | 16.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 255 | 170 | 0.93 | 0 | 0.33 | 0 | 158.48 | 1 | 0.54 |
| Hex | 12 | FF | AA | 5D | 0 | 21 | 0 | 9E | 64 | 36 |
| Octal | 22 | 377 | 252 | 135 | 0 | 41 | 0 | 236 | 144 | 66 |
| Binary | 10010 | 11111111 | 10101010 | 1011101 | 0 | 100001 | 0 | 10011110 | 1100100 | 110110 |
Color Harmonies of #12FFAA
Complementary color
Monochromatic Colors of #12FFAA
Black with #12FFAA
Text Example
Text Example
White with #12FFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FFAA; }
p { color: rgb(18,255,170); }
H1.HeaderClassName
{
color: #12FFAA;
}
.AnyTagClassName
{
color: #12FFAA;
}
</style>
background-color css
<style>
a { background-color: #12FFAA; }
a { background-color: rgb(18,255,170); }
div.DivClassName
{
background-color: #12FFAA;
}
.BgClassName
{
background-color: #12FFAA;
}
</style>
border-color css
<style>
span { border-color: #12FFAA; }
span { border-color: rgb(18,255,170); }
td.TdClassName
{
border-color: #12FFAA;
}
.TagClassName
{
border-color: #12FFAA;
}
</style>