#A0FFAF

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

Shades of Mint Green #A0FFAF

Tints of Mint Green #A0FFAF

Color information

#A0FFAF (or 0xA0FFAF) is unknown color: approx Mint Green. HEX triplet: A0, FF and AF. RGB value is (160,255,175). Sum of RGB (Red+Green+Blue) = 160+255+175=590 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.12% from 590); Green value is 255 (100% from 255 or 43.22% from 590); Blue value is 175 (68.75% from 255 or 29.66% from 590); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FFAF is #5F0050. Grayscale: #D9D9D9. Windows color (decimal): -6226001 or 11534240. OLE color: 11534240.

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

Color convert

RGB160255175-
CMYK0.3700.310
HSL129.47º100%81.37%-
HSV(B)129.47º37.25%100%-
XYZ5882.0953.35-
YUV217.48104.0387-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.12%
GREEN value IS 255 (100% from 255) = 43.22%
BLUE value IS 175 (68.75% from 255) = 29.66%
R=27.12%
G=43.22%
B=29.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1602551750.3700.310129.4710081.37
HexA0FFAF2501F0816451
Octal240377257450370201144121
Binary10100000111111111010111110010101111101000000111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FFAF; }

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

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

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

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

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

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

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

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