Shades of Mint Green #A1FE8C
Tints of Mint Green #A1FE8C
RGB
CMYK
RGB Variations
Color information
#A1FE8C (or 0xA1FE8C) is known color: Mint Green. HEX triplet: A1, FE and 8C. RGB value is (161,254,140). Sum of RGB (Red+Green+Blue) = 161+254+140=555 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.01% from 555); Green value is 254 (99.61% from 255 or 45.77% from 555); Blue value is 140 (55.08% from 255 or 25.23% from 555); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FE8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FE8C is #5E0173. Grayscale: #D5D5D5. Windows color (decimal): -6160756 or 9240225. OLE color: 9240225.
HSL color Cylindrical-coordinate representation of color #A1FE8C: hue angle of 108.95º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1FE8C is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 254 | 140 | - |
| CMYK | 0.37 | 0 | 0.45 | 0.00 |
| HSL | 108.95º | 0.98% | 0.77% | - |
| HSV(B) | 108.95º | 0.45% | 1% | - |
| XYZ | 54.87 | 80.35 | 37.43 | - |
| YUV | 213.2 | 86.69 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 254 | 140 | 0.37 | 0 | 0.45 | 0.00 | 108.95 | 0.98 | 0.77 |
| Hex | A1 | FE | 8C | 25 | 0 | 2D | 0 | 6D | 62 | 4D |
| Octal | 241 | 376 | 214 | 45 | 0 | 55 | 0 | 155 | 142 | 115 |
| Binary | 10100001 | 11111110 | 10001100 | 100101 | 0 | 101101 | 0 | 1101101 | 1100010 | 1001101 |
Color Harmonies of #A1FE8C
Complementary color
Monochromatic Colors of #A1FE8C
Black with #A1FE8C
Text Example
Text Example
White with #A1FE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FE8C; }
p { color: rgb(161,254,140); }
H1.HeaderClassName
{
color: #A1FE8C;
}
.AnyTagClassName
{
color: #A1FE8C;
}
</style>
background-color css
<style>
a { background-color: #A1FE8C; }
a { background-color: rgb(161,254,140); }
div.DivClassName
{
background-color: #A1FE8C;
}
.BgClassName
{
background-color: #A1FE8C;
}
</style>
border-color css
<style>
span { border-color: #A1FE8C; }
span { border-color: rgb(161,254,140); }
td.TdClassName
{
border-color: #A1FE8C;
}
.TagClassName
{
border-color: #A1FE8C;
}
</style>