#A4FECA

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

Shades of Magic Mint #A4FECA

Tints of Magic Mint #A4FECA

Color information

#A4FECA (or 0xA4FECA) is unknown color: approx Magic Mint. HEX triplet: A4, FE and CA. RGB value is (164,254,202). Sum of RGB (Red+Green+Blue) = 164+254+202=620 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.45% from 620); Green value is 254 (99.61% from 255 or 40.97% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 254 - color contains mainly: green. Hex color #A4FECA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FECA is #5B0135. Grayscale: #DDDDDD. Windows color (decimal): -5964086 or 13303460. OLE color: 13303460.

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

Color convert

RGB164254202-
CMYK0.3500.200.00
HSL145.33º97.83%81.96%-
HSV(B)145.33º35.43%99.61%-
XYZ61.4183.0468.67-
YUV221.16117.1887.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.45%
GREEN value IS 254 (99.61% from 255) = 40.97%
BLUE value IS 202 (79.30% from 255) = 32.58%
R=26.45%
G=40.97%
B=32.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1642542020.3500.200.00145.3397.8381.96
HexA4FECA230140916252
Octal244376312430240221142122
Binary10100100111111101100101010001101010001001000111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FECA; }

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

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

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

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

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

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

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

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