#A4E7C0

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

Shades of Magic Mint #A4E7C0

Tints of Magic Mint #A4E7C0

Color information

#A4E7C0 (or 0xA4E7C0) is unknown color: approx Magic Mint. HEX triplet: A4, E7 and C0. RGB value is (164,231,192). Sum of RGB (Red+Green+Blue) = 164+231+192=587 (77% of max value = 765). Red value is 164 (64.45% from 255 or 27.94% from 587); Green value is 231 (90.62% from 255 or 39.35% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 231 - color contains mainly: green. Hex color #A4E7C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4E7C0 is #5B183F. Grayscale: #CECECE. Windows color (decimal): -5969984 or 12642212. OLE color: 12642212.

HSL color Cylindrical-coordinate representation of color #A4E7C0: hue angle of 145.07º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4E7C0 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB164231192-
CMYK0.2900.170.09
HSL145.07º58.26%77.45%-
HSV(B)145.07º29%90.59%-
XYZ53.468.8560.34-
YUV206.52119.897.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.94%
GREEN value IS 231 (90.62% from 255) = 39.35%
BLUE value IS 192 (75.39% from 255) = 32.71%
R=27.94%
G=39.35%
B=32.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1642311920.2900.170.09145.0758.2677.45
HexA4E7C01D0119913a4d
Octal244347300350211122172115
Binary101001001110011111000000111010100011001100100011110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E7C0; }

 p { color: rgb(164,231,192); }

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

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

 a { background-color: rgb(164,231,192); }

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

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

 span { border-color: rgb(164,231,192); }

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