#A2FFC2

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

Shades of Magic Mint #A2FFC2

Tints of Magic Mint #A2FFC2

Color information

#A2FFC2 (or 0xA2FFC2) is unknown color: approx Magic Mint. HEX triplet: A2, FF and C2. RGB value is (162,255,194). Sum of RGB (Red+Green+Blue) = 162+255+194=611 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.51% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 194 (76.17% from 255 or 31.75% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FFC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FFC2 is #5D003D. Grayscale: #DCDCDC. Windows color (decimal): -6094910 or 12779426. OLE color: 12779426.

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

Color convert

RGB162255194-
CMYK0.3600.240
HSL140.65º100%81.76%-
HSV(B)140.65º36.47%100%-
XYZ60.483.163.89-
YUV220.24113.1986.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.51%
GREEN value IS 255 (100% from 255) = 41.73%
BLUE value IS 194 (76.17% from 255) = 31.75%
R=26.51%
G=41.73%
B=31.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1622551940.3600.240140.6510081.76
HexA2FFC22401808d6452
Octal242377302440300215144122
Binary10100010111111111100001010010001100001000110111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FFC2; }

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

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

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

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

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

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

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

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