#A2F4BD

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

Shades of Magic Mint #A2F4BD

Tints of Magic Mint #A2F4BD

Color information

#A2F4BD (or 0xA2F4BD) is unknown color: approx Magic Mint. HEX triplet: A2, F4 and BD. RGB value is (162,244,189). Sum of RGB (Red+Green+Blue) = 162+244+189=595 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.23% from 595); Green value is 244 (95.70% from 255 or 41.01% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 244 - color contains mainly: green. Hex color #A2F4BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F4BD is #5D0B42. Grayscale: #D5D5D5. Windows color (decimal): -6097731 or 12448930. OLE color: 12448930.

HSL color Cylindrical-coordinate representation of color #A2F4BD: hue angle of 139.76º degrees, saturation: 0.79, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2F4BD is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB162244189-
CMYK0.3400.230.04
HSL139.76º78.85%79.61%-
HSV(B)139.76º33.61%95.69%-
XYZ56.4476.0659.85-
YUV213.21114.3391.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.23%
GREEN value IS 244 (95.70% from 255) = 41.01%
BLUE value IS 189 (74.22% from 255) = 31.76%
R=27.23%
G=41.01%
B=31.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1622441890.3400.230.04139.7678.8579.61
HexA2F4BD2201748c4f50
Octal242364275420274214117120
Binary1010001011110100101111011000100101111001000110010011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F4BD; }

 p { color: rgb(162,244,189); }

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

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

 a { background-color: rgb(162,244,189); }

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

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

 span { border-color: rgb(162,244,189); }

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