#A4FFAF

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

Shades of Mint Green #A4FFAF

Tints of Mint Green #A4FFAF

Color information

#A4FFAF (or 0xA4FFAF) is unknown color: approx Mint Green. HEX triplet: A4, FF and AF. RGB value is (164,255,175). Sum of RGB (Red+Green+Blue) = 164+255+175=594 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.61% from 594); Green value is 255 (100% from 255 or 42.93% from 594); Blue value is 175 (68.75% from 255 or 29.46% from 594); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FFAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4FFAF is #5B0050. Grayscale: #DADADA. Windows color (decimal): -5963857 or 11534244. OLE color: 11534244.

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

Color convert

RGB164255175-
CMYK0.3600.310
HSL127.25º100%82.16%-
HSV(B)127.25º35.69%100%-
XYZ58.8182.5153.38-
YUV218.67103.3589-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.61%
GREEN value IS 255 (100% from 255) = 42.93%
BLUE value IS 175 (68.75% from 255) = 29.46%
R=27.61%
G=42.93%
B=29.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1642551750.3600.310127.2510082.16
HexA4FFAF2401F07f6452
Octal244377257440370177144122
Binary1010010011111111101011111001000111110111111111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FFAF; }

 p { color: rgb(164,255,175); }

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

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

 a { background-color: rgb(164,255,175); }

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

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

 span { border-color: rgb(164,255,175); }

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