#A1FF86

Color #A1FF86 Mint Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Green #A1FF86

Tints of Mint Green #A1FF86

Color information

#A1FF86 (or 0xA1FF86) is unknown color: approx Mint Green. HEX triplet: A1, FF and 86. RGB value is (161,255,134). Sum of RGB (Red+Green+Blue) = 161+255+134=550 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.27% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 134 (52.73% from 255 or 24.36% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FF86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FF86 is #5E0079. Grayscale: #D5D5D5. Windows color (decimal): -6160506 or 8847265. OLE color: 8847265.

HSL color Cylindrical-coordinate representation of color #A1FF86: hue angle of 106.61º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1FF86 is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.

Color convert

RGB161255134-
CMYK0.3700.470
HSL106.61º100%76.27%-
HSV(B)106.61º47.45%100%-
XYZ54.7680.8235.27-
YUV213.183.3690.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 29.27%
GREEN value IS 255 (100% from 255) = 46.36%
BLUE value IS 134 (52.73% from 255) = 24.36%
R=29.27%
G=46.36%
B=24.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1612551340.3700.470106.6110076.27
HexA1FF862502F06b644c
Octal241377206450570153144114
Binary10100001111111111000011010010101011110110101111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FF86; }

 p { color: rgb(161,255,134); }

 H1.HeaderClassName
 {
   color: #A1FF86;
 }
 .AnyTagClassName
 {
   color: #A1FF86;
 }
</style>
background-color css

<style>
 a { background-color: #A1FF86; }

 a { background-color: rgb(161,255,134); }

 div.DivClassName
 {
   background-color: #A1FF86;
 }
 .BgClassName
 {
   background-color: #A1FF86;
 }
</style>
border-color css

<style>
 span { border-color: #A1FF86; }

 span { border-color: rgb(161,255,134); }

 td.TdClassName
 {
   border-color: #A1FF86;
 }
 .TagClassName
 {
   border-color: #A1FF86;
 }
</style>