#A1FFB4

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

Shades of Mint Green #A1FFB4

Tints of Mint Green #A1FFB4

Color information

#A1FFB4 (or 0xA1FFB4) is unknown color: approx Mint Green. HEX triplet: A1, FF and B4. RGB value is (161,255,180). Sum of RGB (Red+Green+Blue) = 161+255+180=596 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.01% from 596); Green value is 255 (100% from 255 or 42.79% from 596); Blue value is 180 (70.70% from 255 or 30.20% from 596); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FFB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FFB4 is #5E004B. Grayscale: #DADADA. Windows color (decimal): -6160460 or 11861921. OLE color: 11861921.

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

Color convert

RGB161255180-
CMYK0.3700.290
HSL132.13º100%81.57%-
HSV(B)132.13º36.86%100%-
XYZ58.782.3955.99-
YUV218.34106.3687.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.01%
GREEN value IS 255 (100% from 255) = 42.79%
BLUE value IS 180 (70.70% from 255) = 30.20%
R=27.01%
G=42.79%
B=30.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1612551800.3700.290132.1310081.57
HexA1FFB42501D0846452
Octal241377264450350204144122
Binary10100001111111111011010010010101110101000010011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FFB4; }

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

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

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

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

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

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

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

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