#A4F7C0

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

Shades of Magic Mint #A4F7C0

Tints of Magic Mint #A4F7C0

Color information

#A4F7C0 (or 0xA4F7C0) is unknown color: approx Magic Mint. HEX triplet: A4, F7 and C0. RGB value is (164,247,192). Sum of RGB (Red+Green+Blue) = 164+247+192=603 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.20% from 603); Green value is 247 (96.88% from 255 or 40.96% from 603); Blue value is 192 (75.39% from 255 or 31.84% from 603); Max value from RGB is 247 - color contains mainly: green. Hex color #A4F7C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4F7C0 is #5B083F. Grayscale: #D8D8D8. Windows color (decimal): -5965888 or 12646308. OLE color: 12646308.

HSL color Cylindrical-coordinate representation of color #A4F7C0: hue angle of 140.24º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4F7C0 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB164247192-
CMYK0.3400.220.03
HSL140.24º83.84%80.59%-
HSV(B)140.24º33.6%96.86%-
XYZ58.0978.2261.91-
YUV215.91114.590.97-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.20%
GREEN value IS 247 (96.88% from 255) = 40.96%
BLUE value IS 192 (75.39% from 255) = 31.84%
R=27.20%
G=40.96%
B=31.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1642471920.3400.220.03140.2483.8480.59
HexA4F7C02201638c5451
Octal244367300420263214124121
Binary101001001111011111000000100010010110111000110010101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F7C0; }

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

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

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

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

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

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

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

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