Shades of Mint Green #A1FF94
Tints of Mint Green #A1FF94
RGB
CMYK
RGB Variations
Color information
#A1FF94 (or 0xA1FF94) is known color: Mint Green. HEX triplet: A1, FF and 94. RGB value is (161,255,148). Sum of RGB (Red+Green+Blue) = 161+255+148=564 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.55% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 148 (58.20% from 255 or 26.24% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FF94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FF94 is #5E006B. Grayscale: #D7D7D7. Windows color (decimal): -6160492 or 9764769. OLE color: 9764769.
HSL color Cylindrical-coordinate representation of color #A1FF94: hue angle of 112.71º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1FF94 is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 255 | 148 | - |
| CMYK | 0.37 | 0 | 0.42 | 0 |
| HSL | 112.71º | 1% | 0.79% | - |
| HSV(B) | 112.71º | 0.42% | 1% | - |
| XYZ | 55.8 | 81.24 | 40.76 | - |
| YUV | 214.7 | 90.36 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 255 | 148 | 0.37 | 0 | 0.42 | 0 | 112.71 | 1 | 0.79 |
| Hex | A1 | FF | 94 | 25 | 0 | 2A | 0 | 71 | 64 | 4F |
| Octal | 241 | 377 | 224 | 45 | 0 | 52 | 0 | 161 | 144 | 117 |
| Binary | 10100001 | 11111111 | 10010100 | 100101 | 0 | 101010 | 0 | 1110001 | 1100100 | 1001111 |
Color Harmonies of #A1FF94
Complementary color
Monochromatic Colors of #A1FF94
Black with #A1FF94
Text Example
Text Example
White with #A1FF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FF94; }
p { color: rgb(161,255,148); }
H1.HeaderClassName
{
color: #A1FF94;
}
.AnyTagClassName
{
color: #A1FF94;
}
</style>
background-color css
<style>
a { background-color: #A1FF94; }
a { background-color: rgb(161,255,148); }
div.DivClassName
{
background-color: #A1FF94;
}
.BgClassName
{
background-color: #A1FF94;
}
</style>
border-color css
<style>
span { border-color: #A1FF94; }
span { border-color: rgb(161,255,148); }
td.TdClassName
{
border-color: #A1FF94;
}
.TagClassName
{
border-color: #A1FF94;
}
</style>