#A1FEA0

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

Shades of Mint Green #A1FEA0

Tints of Mint Green #A1FEA0

Color information

#A1FEA0 (or 0xA1FEA0) is unknown color: approx Mint Green. HEX triplet: A1, FE and A0. RGB value is (161,254,160). Sum of RGB (Red+Green+Blue) = 161+254+160=575 (76% of max value = 765). Red value is 161 (63.28% from 255 or 28% from 575); Green value is 254 (99.61% from 255 or 44.17% from 575); Blue value is 160 (62.89% from 255 or 27.83% from 575); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FEA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FEA0 is #5E015F. Grayscale: #D7D7D7. Windows color (decimal): -6160736 or 10550945. OLE color: 10550945.

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

Color convert

RGB161254160-
CMYK0.3700.370.00
HSL119.36º97.92%81.18%-
HSV(B)119.36º37.01%99.61%-
XYZ56.488145.91-
YUV215.4896.6989.14-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28%
GREEN value IS 254 (99.61% from 255) = 44.17%
BLUE value IS 160 (62.89% from 255) = 27.83%
R=28%
G=44.17%
B=27.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1612541600.3700.370.00119.3697.9281.18
HexA1FEA0250250776251
Octal241376240450450167142121
Binary10100001111111101010000010010101001010111011111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FEA0; }

 p { color: rgb(161,254,160); }

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

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

 a { background-color: rgb(161,254,160); }

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

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

 span { border-color: rgb(161,254,160); }

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