Shades of Mint Green #A1FF9A
Tints of Mint Green #A1FF9A
RGB
CMYK
RGB Variations
Color information
#A1FF9A (or 0xA1FF9A) is known color: Mint Green. HEX triplet: A1, FF and 9A. RGB value is (161,255,154). Sum of RGB (Red+Green+Blue) = 161+255+154=570 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.25% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 154 (60.55% from 255 or 27.02% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FF9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FF9A is #5E0065. Grayscale: #D7D7D7. Windows color (decimal): -6160486 or 10157985. OLE color: 10157985.
HSL color Cylindrical-coordinate representation of color #A1FF9A: hue angle of 115.84º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1FF9A is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 255 | 154 | - |
| CMYK | 0.37 | 0 | 0.40 | 0 |
| HSL | 115.84º | 1% | 0.8% | - |
| HSV(B) | 115.84º | 0.4% | 1% | - |
| XYZ | 56.29 | 81.43 | 43.32 | - |
| YUV | 215.38 | 93.36 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 255 | 154 | 0.37 | 0 | 0.40 | 0 | 115.84 | 1 | 0.8 |
| Hex | A1 | FF | 9A | 25 | 0 | 28 | 0 | 74 | 64 | 50 |
| Octal | 241 | 377 | 232 | 45 | 0 | 50 | 0 | 164 | 144 | 120 |
| Binary | 10100001 | 11111111 | 10011010 | 100101 | 0 | 101000 | 0 | 1110100 | 1100100 | 1010000 |
Color Harmonies of #A1FF9A
Complementary color
Monochromatic Colors of #A1FF9A
Black with #A1FF9A
Text Example
Text Example
White with #A1FF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FF9A; }
p { color: rgb(161,255,154); }
H1.HeaderClassName
{
color: #A1FF9A;
}
.AnyTagClassName
{
color: #A1FF9A;
}
</style>
background-color css
<style>
a { background-color: #A1FF9A; }
a { background-color: rgb(161,255,154); }
div.DivClassName
{
background-color: #A1FF9A;
}
.BgClassName
{
background-color: #A1FF9A;
}
</style>
border-color css
<style>
span { border-color: #A1FF9A; }
span { border-color: rgb(161,255,154); }
td.TdClassName
{
border-color: #A1FF9A;
}
.TagClassName
{
border-color: #A1FF9A;
}
</style>