#A1FFB0

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

Shades of Mint Green #A1FFB0

Tints of Mint Green #A1FFB0

Color information

#A1FFB0 (or 0xA1FFB0) is unknown color: approx Mint Green. HEX triplet: A1, FF and B0. RGB value is (161,255,176). Sum of RGB (Red+Green+Blue) = 161+255+176=592 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.20% from 592); Green value is 255 (100% from 255 or 43.07% from 592); Blue value is 176 (69.14% from 255 or 29.73% from 592); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FFB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FFB0 is #5E004F. Grayscale: #DADADA. Windows color (decimal): -6160464 or 11599777. OLE color: 11599777.

HSL color Cylindrical-coordinate representation of color #A1FFB0: hue angle of 129.57º 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 #A1FFB0 is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB161255176-
CMYK0.3700.310
HSL129.57º100%81.57%-
HSV(B)129.57º36.86%100%-
XYZ58.2982.2353.87-
YUV217.89104.3687.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.20%
GREEN value IS 255 (100% from 255) = 43.07%
BLUE value IS 176 (69.14% from 255) = 29.73%
R=27.20%
G=43.07%
B=29.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1612551760.3700.310129.5710081.57
HexA1FFB02501F0826452
Octal241377260450370202144122
Binary10100001111111111011000010010101111101000001011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FFB0; }

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

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

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

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

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

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

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

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