#A4FA9B

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

Shades of Pale Green #A4FA9B

Tints of Pale Green #A4FA9B

Color information

#A4FA9B (or 0xA4FA9B) is unknown color: approx Pale Green. HEX triplet: A4, FA and 9B. RGB value is (164,250,155). Sum of RGB (Red+Green+Blue) = 164+250+155=569 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.82% from 569); Green value is 250 (98.05% from 255 or 43.94% from 569); Blue value is 155 (60.94% from 255 or 27.24% from 569); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FA9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4FA9B is #5B0564. Grayscale: #D5D5D5. Windows color (decimal): -5965157 or 10222244. OLE color: 10222244.

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

Color convert

RGB164250155-
CMYK0.3400.380.02
HSL114.32º90.48%79.41%-
HSV(B)114.32º38%98.04%-
XYZ55.4178.6343.27-
YUV213.4695.0192.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.82%
GREEN value IS 250 (98.05% from 255) = 43.94%
BLUE value IS 155 (60.94% from 255) = 27.24%
R=28.82%
G=43.94%
B=27.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642501550.3400.380.02114.3290.4879.41
HexA4FA9B220262725a4f
Octal244372233420462162132117
Binary101001001111101010011011100010010011010111001010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FA9B; }

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

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

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

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

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

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

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

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