#A4FD85

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

Shades of Mint Green #A4FD85

Tints of Mint Green #A4FD85

Color information

#A4FD85 (or 0xA4FD85) is unknown color: approx Mint Green. HEX triplet: A4, FD and 85. RGB value is (164,253,133). Sum of RGB (Red+Green+Blue) = 164+253+133=550 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.82% from 550); Green value is 253 (99.22% from 255 or 46% from 550); Blue value is 133 (52.34% from 255 or 24.18% from 550); Max value from RGB is 253 - color contains mainly: green. Hex color #A4FD85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4FD85 is #5B027A. Grayscale: #D5D5D5. Windows color (decimal): -5964411 or 8781220. OLE color: 8781220.

HSL color Cylindrical-coordinate representation of color #A4FD85: hue angle of 104.5º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A4FD85 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB164253133-
CMYK0.3500.470.01
HSL104.5º96.77%75.69%-
HSV(B)104.5º47.43%99.22%-
XYZ54.6779.8434.72-
YUV212.7183.0193.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.82%
GREEN value IS 253 (99.22% from 255) = 46%
BLUE value IS 133 (52.34% from 255) = 24.18%
R=29.82%
G=46%
B=24.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1642531330.3500.470.01104.596.7775.69
HexA4FD852302F168614c
Octal244375205430571150141114
Binary10100100111111011000010110001101011111110100011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FD85; }

 p { color: rgb(164,253,133); }

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

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

 a { background-color: rgb(164,253,133); }

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

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

 span { border-color: rgb(164,253,133); }

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