#A2FFAF

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

Shades of Mint Green #A2FFAF

Tints of Mint Green #A2FFAF

Color information

#A2FFAF (or 0xA2FFAF) is unknown color: approx Mint Green. HEX triplet: A2, FF and AF. RGB value is (162,255,175). Sum of RGB (Red+Green+Blue) = 162+255+175=592 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.36% from 592); Green value is 255 (100% from 255 or 43.07% from 592); Blue value is 175 (68.75% from 255 or 29.56% from 592); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FFAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FFAF is #5D0050. Grayscale: #DADADA. Windows color (decimal): -6094929 or 11534242. OLE color: 11534242.

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

Color convert

RGB162255175-
CMYK0.3600.310
HSL128.39º100%81.76%-
HSV(B)128.39º36.47%100%-
XYZ58.482.353.36-
YUV218.07103.6988-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.36%
GREEN value IS 255 (100% from 255) = 43.07%
BLUE value IS 175 (68.75% from 255) = 29.56%
R=27.36%
G=43.07%
B=29.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1622551750.3600.310128.3910081.76
HexA2FFAF2401F0806452
Octal242377257440370200144122
Binary10100010111111111010111110010001111101000000011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FFAF; }

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

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

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

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

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

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

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

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