#A0FFAC

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

Shades of Mint Green #A0FFAC

Tints of Mint Green #A0FFAC

Color information

#A0FFAC (or 0xA0FFAC) is unknown color: approx Mint Green. HEX triplet: A0, FF and AC. RGB value is (160,255,172). Sum of RGB (Red+Green+Blue) = 160+255+172=587 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.26% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 172 (67.58% from 255 or 29.30% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FFAC is #5F0053. Grayscale: #D9D9D9. Windows color (decimal): -6226004 or 11337632. OLE color: 11337632.

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

Color convert

RGB160255172-
CMYK0.3700.330
HSL127.58º100%81.37%-
HSV(B)127.58º37.25%100%-
XYZ57.781.9751.81-
YUV217.13102.5387.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.26%
GREEN value IS 255 (100% from 255) = 43.44%
BLUE value IS 172 (67.58% from 255) = 29.30%
R=27.26%
G=43.44%
B=29.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1602551720.3700.330127.5810081.37
HexA0FFAC250210806451
Octal240377254450410200144121
Binary101000001111111110101100100101010000101000000011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FFAC; }

 p { color: rgb(160,255,172); }

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

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

 a { background-color: rgb(160,255,172); }

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

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

 span { border-color: rgb(160,255,172); }

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