#A2FFC9

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

Shades of Magic Mint #A2FFC9

Tints of Magic Mint #A2FFC9

Color information

#A2FFC9 (or 0xA2FFC9) is unknown color: approx Magic Mint. HEX triplet: A2, FF and C9. RGB value is (162,255,201). Sum of RGB (Red+Green+Blue) = 162+255+201=618 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.21% from 618); Green value is 255 (100% from 255 or 41.26% from 618); Blue value is 201 (78.91% from 255 or 32.52% from 618); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FFC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FFC9 is #5D0036. Grayscale: #DDDDDD. Windows color (decimal): -6094903 or 13238178. OLE color: 13238178.

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

Color convert

RGB162255201-
CMYK0.3600.210
HSL145.16º100%81.76%-
HSV(B)145.16º36.47%100%-
XYZ61.283.4268.13-
YUV221.04116.6985.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.21%
GREEN value IS 255 (100% from 255) = 41.26%
BLUE value IS 201 (78.91% from 255) = 32.52%
R=26.21%
G=41.26%
B=32.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1622552010.3600.210145.1610081.76
HexA2FFC9240150916452
Octal242377311440250221144122
Binary10100010111111111100100110010001010101001000111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FFC9; }

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

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

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

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

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

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

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

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