#A4FAAC

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

Shades of Pale Green #A4FAAC

Tints of Pale Green #A4FAAC

Color information

#A4FAAC (or 0xA4FAAC) is unknown color: approx Pale Green. HEX triplet: A4, FA and AC. RGB value is (164,250,172). Sum of RGB (Red+Green+Blue) = 164+250+172=586 (77% of max value = 765). Red value is 164 (64.45% from 255 or 27.99% from 586); Green value is 250 (98.05% from 255 or 42.66% from 586); Blue value is 172 (67.58% from 255 or 29.35% from 586); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FAAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4FAAC is #5B0553. Grayscale: #D7D7D7. Windows color (decimal): -5965140 or 11336356. OLE color: 11336356.

HSL color Cylindrical-coordinate representation of color #A4FAAC: hue angle of 125.58º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4FAAC is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB164250172-
CMYK0.3400.310.02
HSL125.58º89.58%81.18%-
HSV(B)125.58º34.4%98.04%-
XYZ56.9479.2451.32-
YUV215.39103.5191.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.99%
GREEN value IS 250 (98.05% from 255) = 42.66%
BLUE value IS 172 (67.58% from 255) = 29.35%
R=27.99%
G=42.66%
B=29.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642501720.3400.310.02125.5889.5881.18
HexA4FAAC2201F27e5a51
Octal244372254420372176132121
Binary10100100111110101010110010001001111110111111010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FAAC; }

 p { color: rgb(164,250,172); }

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

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

 a { background-color: rgb(164,250,172); }

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

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

 span { border-color: rgb(164,250,172); }

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