#A4FEC5

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

Shades of Magic Mint #A4FEC5

Tints of Magic Mint #A4FEC5

Color information

#A4FEC5 (or 0xA4FEC5) is unknown color: approx Magic Mint. HEX triplet: A4, FE and C5. RGB value is (164,254,197). Sum of RGB (Red+Green+Blue) = 164+254+197=615 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.67% from 615); Green value is 254 (99.61% from 255 or 41.30% from 615); Blue value is 197 (77.34% from 255 or 32.03% from 615); Max value from RGB is 254 - color contains mainly: green. Hex color #A4FEC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FEC5 is #5B013A. Grayscale: #DCDCDC. Windows color (decimal): -5964091 or 12975780. OLE color: 12975780.

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

Color convert

RGB164254197-
CMYK0.3500.220.00
HSL142º97.83%81.96%-
HSV(B)142º35.43%99.61%-
XYZ60.8382.8165.6-
YUV220.59114.6887.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.67%
GREEN value IS 254 (99.61% from 255) = 41.30%
BLUE value IS 197 (77.34% from 255) = 32.03%
R=26.67%
G=41.30%
B=32.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1642541970.3500.220.0014297.8381.96
HexA4FEC52301608e6252
Octal244376305430260216142122
Binary10100100111111101100010110001101011001000111011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FEC5; }

 p { color: rgb(164,254,197); }

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

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

 a { background-color: rgb(164,254,197); }

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

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

 span { border-color: rgb(164,254,197); }

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