Html Css Color HEX #12FFA8 Medium Spring Green
📋 copy color: '#12FFA8'red 18 ◦ green 255 ◦ blue 168
Shades of Medium Spring Green #12FFA8
Tints of Medium Spring Green #12FFA8
RGB
CMYK
RGB Variations
Color information
#12FFA8 (or 0x12FFA8) is known color: Medium Spring Green. HEX triplet: 12, FF and A8. RGB value is (18,255,168). Sum of RGB (Red+Green+Blue) = 18+255+168=441 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.08% from 441); Green value is 255 (100% from 255 or 57.82% from 441); Blue value is 168 (66.02% from 255 or 38.10% from 441); Max value from RGB is 255 - color contains mainly: green. Hex color #12FFA8 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12FFA8 is #ED0057. Grayscale: #AEAEAE. Windows color (decimal): -15532120 or 11075346. OLE color: 11075346.
HSL color Cylindrical-coordinate representation of color #12FFA8: hue angle of 157.97º 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 #12FFA8 is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
RGB | 18 | 255 | 168 | - |
CMYK | 0.93 | 0 | 0.34 | 0 |
HSL | 157.97º | 1% | 0.54% | - |
HSV(B) | 157.97º | 0.93% | 1% | - |
XYZ | 43.08 | 74.48 | 49.15 | - |
YUV | 174.22 | 124.48 | 16.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 18 | 255 | 168 | 0.93 | 0 | 0.34 | 0 | 157.97 | 1 | 0.54 |
Hex | 12 | FF | A8 | 5D | 0 | 22 | 0 | 9E | 64 | 36 |
Octal | 22 | 377 | 250 | 135 | 0 | 42 | 0 | 236 | 144 | 66 |
Binary | 10010 | 11111111 | 10101000 | 1011101 | 0 | 100010 | 0 | 10011110 | 1100100 | 110110 |
Color Harmonies of #12FFA8
Complementary color
Monochromatic Colors of #12FFA8
Black with #12FFA8
Text Example
Text Example
White with #12FFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FFA8; }
p { color: rgb(18,255,168); }
H1.HeaderClassName
{
color: #12FFA8;
}
.AnyTagClassName
{
color: #12FFA8;
}
</style>
background-color css
<style>
a { background-color: #12FFA8; }
a { background-color: rgb(18,255,168); }
div.DivClassName
{
background-color: #12FFA8;
}
.BgClassName
{
background-color: #12FFA8;
}
</style>
border-color css
<style>
span { border-color: #12FFA8; }
span { border-color: rgb(18,255,168); }
td.TdClassName
{
border-color: #12FFA8;
}
.TagClassName
{
border-color: #12FFA8;
}
</style>