#A2FECA

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

Shades of Magic Mint #A2FECA

Tints of Magic Mint #A2FECA

Color information

#A2FECA (or 0xA2FECA) is unknown color: approx Magic Mint. HEX triplet: A2, FE and CA. RGB value is (162,254,202). Sum of RGB (Red+Green+Blue) = 162+254+202=618 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.21% from 618); Green value is 254 (99.61% from 255 or 41.10% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 254 - color contains mainly: green. Hex color #A2FECA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FECA is #5D0135. Grayscale: #DCDCDC. Windows color (decimal): -6095158 or 13303458. OLE color: 13303458.

HSL color Cylindrical-coordinate representation of color #A2FECA: hue angle of 146.09º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FECA is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB162254202-
CMYK0.3600.200.00
HSL146.09º97.87%81.57%-
HSV(B)146.09º36.22%99.61%-
XYZ6182.8368.65-
YUV220.56117.5286.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.21%
GREEN value IS 254 (99.61% from 255) = 41.10%
BLUE value IS 202 (79.30% from 255) = 32.69%
R=26.21%
G=41.10%
B=32.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1622542020.3600.200.00146.0997.8781.57
HexA2FECA240140926252
Octal242376312440240222142122
Binary10100010111111101100101010010001010001001001011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FECA; }

 p { color: rgb(162,254,202); }

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

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

 a { background-color: rgb(162,254,202); }

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

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

 span { border-color: rgb(162,254,202); }

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