#A2FF82

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

Shades of Mint Green #A2FF82

Tints of Mint Green #A2FF82

Color information

#A2FF82 (or 0xA2FF82) is unknown color: approx Mint Green. HEX triplet: A2, FF and 82. RGB value is (162,255,130). Sum of RGB (Red+Green+Blue) = 162+255+130=547 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.62% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 130 (51.17% from 255 or 23.77% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FF82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FF82 is #5D007D. Grayscale: #D5D5D5. Windows color (decimal): -6094974 or 8585122. OLE color: 8585122.

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

Color convert

RGB162255130-
CMYK0.3600.490
HSL104.64º100%75.49%-
HSV(B)104.64º49.02%100%-
XYZ54.6980.8133.84-
YUV212.9481.1991.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.62%
GREEN value IS 255 (100% from 255) = 46.62%
BLUE value IS 130 (51.17% from 255) = 23.77%
R=29.62%
G=46.62%
B=23.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1622551300.3600.490104.6410075.49
HexA2FF8224031069644b
Octal242377202440610151144113
Binary10100010111111111000001010010001100010110100111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FF82; }

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

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

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

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

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

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

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

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