#A2FF8A

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

Shades of Mint Green #A2FF8A

Tints of Mint Green #A2FF8A

Color information

#A2FF8A (or 0xA2FF8A) is unknown color: approx Mint Green. HEX triplet: A2, FF and 8A. RGB value is (162,255,138). Sum of RGB (Red+Green+Blue) = 162+255+138=555 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.19% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 138 (54.30% from 255 or 24.86% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FF8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FF8A is #5D0075. Grayscale: #D6D6D6. Windows color (decimal): -6094966 or 9109410. OLE color: 9109410.

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

Color convert

RGB162255138-
CMYK0.3600.460
HSL107.69º100%77.06%-
HSV(B)107.69º45.88%100%-
XYZ55.2581.0436.77-
YUV213.8685.1991.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.19%
GREEN value IS 255 (100% from 255) = 45.95%
BLUE value IS 138 (54.30% from 255) = 24.86%
R=29.19%
G=45.95%
B=24.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1622551380.3600.460107.6910077.06
HexA2FF8A2402E06c644d
Octal242377212440560154144115
Binary10100010111111111000101010010001011100110110011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FF8A; }

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

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

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

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

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

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

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

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