#A2FFBE

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

Shades of Magic Mint #A2FFBE

Tints of Magic Mint #A2FFBE

Color information

#A2FFBE (or 0xA2FFBE) is unknown color: approx Magic Mint. HEX triplet: A2, FF and BE. RGB value is (162,255,190). Sum of RGB (Red+Green+Blue) = 162+255+190=607 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.69% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 190 (74.61% from 255 or 31.30% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FFBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FFBE is #5D0041. Grayscale: #DBDBDB. Windows color (decimal): -6094914 or 12517282. OLE color: 12517282.

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

Color convert

RGB162255190-
CMYK0.3600.250
HSL138.06º100%81.76%-
HSV(B)138.06º36.47%100%-
XYZ59.9582.9261.56-
YUV219.78111.1986.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.69%
GREEN value IS 255 (100% from 255) = 42.01%
BLUE value IS 190 (74.61% from 255) = 31.30%
R=26.69%
G=42.01%
B=31.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1622551900.3600.250138.0610081.76
HexA2FFBE2401908a6452
Octal242377276440310212144122
Binary10100010111111111011111010010001100101000101011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FFBE; }

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

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

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

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

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

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

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

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