#A2F2C1

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

Shades of Magic Mint #A2F2C1

Tints of Magic Mint #A2F2C1

Color information

#A2F2C1 (or 0xA2F2C1) is unknown color: approx Magic Mint. HEX triplet: A2, F2 and C1. RGB value is (162,242,193). Sum of RGB (Red+Green+Blue) = 162+242+193=597 (79% of max value = 765). Red value is 162 (63.67% from 255 or 27.14% from 597); Green value is 242 (94.92% from 255 or 40.54% from 597); Blue value is 193 (75.78% from 255 or 32.33% from 597); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F2C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F2C1 is #5D0D3E. Grayscale: #D4D4D4. Windows color (decimal): -6098239 or 12710562. OLE color: 12710562.

HSL color Cylindrical-coordinate representation of color #A2F2C1: hue angle of 143.25º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2F2C1 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB162242193-
CMYK0.3300.200.05
HSL143.25º75.47%79.22%-
HSV(B)143.25º33.06%94.9%-
XYZ56.2875.0461.97-
YUV212.4911791.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.14%
GREEN value IS 242 (94.92% from 255) = 40.54%
BLUE value IS 193 (75.78% from 255) = 32.33%
R=27.14%
G=40.54%
B=32.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1622421930.3300.200.05143.2575.4779.22
HexA2F2C12101458f4b4f
Octal242362301410245217113117
Binary1010001011110010110000011000010101001011000111110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F2C1; }

 p { color: rgb(162,242,193); }

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

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

 a { background-color: rgb(162,242,193); }

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

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

 span { border-color: rgb(162,242,193); }

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