#A2FEDA

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

Shades of Magic Mint #A2FEDA

Tints of Magic Mint #A2FEDA

Color information

#A2FEDA (or 0xA2FEDA) is unknown color: approx Magic Mint. HEX triplet: A2, FE and DA. RGB value is (162,254,218). Sum of RGB (Red+Green+Blue) = 162+254+218=634 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.55% from 634); Green value is 254 (99.61% from 255 or 40.06% from 634); Blue value is 218 (85.55% from 255 or 34.38% from 634); Max value from RGB is 254 - color contains mainly: green. Hex color #A2FEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FEDA is #5D0125. Grayscale: #DEDEDE. Windows color (decimal): -6095142 or 14352034. OLE color: 14352034.

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

Color convert

RGB162254218-
CMYK0.3600.140.00
HSL156.52º97.87%81.57%-
HSV(B)156.52º36.22%99.61%-
XYZ6383.6379.15-
YUV222.39125.5284.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 25.55%
GREEN value IS 254 (99.61% from 255) = 40.06%
BLUE value IS 218 (85.55% from 255) = 34.38%
R=25.55%
G=40.06%
B=34.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1622542180.3600.140.00156.5297.8781.57
HexA2FEDA240E09d6252
Octal242376332440160235142122
Binary1010001011111110110110101001000111001001110111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FEDA; }

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

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

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

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

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

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

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

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