#A2FFAA

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

Shades of Mint Green #A2FFAA

Tints of Mint Green #A2FFAA

Color information

#A2FFAA (or 0xA2FFAA) is unknown color: approx Mint Green. HEX triplet: A2, FF and AA. RGB value is (162,255,170). Sum of RGB (Red+Green+Blue) = 162+255+170=587 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.60% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 170 (66.80% from 255 or 28.96% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FFAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FFAA is #5D0055. Grayscale: #D9D9D9. Windows color (decimal): -6094934 or 11206562. OLE color: 11206562.

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

Color convert

RGB162255170-
CMYK0.3600.330
HSL125.16º100%81.76%-
HSV(B)125.16º36.47%100%-
XYZ57.9282.150.83-
YUV217.5101.1988.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.60%
GREEN value IS 255 (100% from 255) = 43.44%
BLUE value IS 170 (66.80% from 255) = 28.96%
R=27.60%
G=43.44%
B=28.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1622551700.3600.330125.1610081.76
HexA2FFAA2402107d6452
Octal242377252440410175144122
Binary10100010111111111010101010010001000010111110111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FFAA; }

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

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

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

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

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

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

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

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