#A4FAAA

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

Shades of Pale Green #A4FAAA

Tints of Pale Green #A4FAAA

Color information

#A4FAAA (or 0xA4FAAA) is unknown color: approx Pale Green. HEX triplet: A4, FA and AA. RGB value is (164,250,170). Sum of RGB (Red+Green+Blue) = 164+250+170=584 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.08% from 584); Green value is 250 (98.05% from 255 or 42.81% from 584); Blue value is 170 (66.80% from 255 or 29.11% from 584); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4FAAA is #5B0555. Grayscale: #D7D7D7. Windows color (decimal): -5965142 or 11205284. OLE color: 11205284.

HSL color Cylindrical-coordinate representation of color #A4FAAA: hue angle of 124.19º 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 #A4FAAA is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB164250170-
CMYK0.3400.320.02
HSL124.19º89.58%81.18%-
HSV(B)124.19º34.4%98.04%-
XYZ56.7579.1750.32-
YUV215.17102.5191.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.08%
GREEN value IS 250 (98.05% from 255) = 42.81%
BLUE value IS 170 (66.80% from 255) = 29.11%
R=28.08%
G=42.81%
B=29.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642501700.3400.320.02124.1989.5881.18
HexA4FAAA2202027c5a51
Octal244372252420402174132121
Binary101001001111101010101010100010010000010111110010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FAAA; }

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

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

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

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

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

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

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

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