#A5FAA9

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

Shades of Pale Green #A5FAA9

Tints of Pale Green #A5FAA9

Color information

#A5FAA9 (or 0xA5FAA9) is unknown color: approx Pale Green. HEX triplet: A5, FA and A9. RGB value is (165,250,169). Sum of RGB (Red+Green+Blue) = 165+250+169=584 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.25% from 584); Green value is 250 (98.05% from 255 or 42.81% from 584); Blue value is 169 (66.41% from 255 or 28.94% from 584); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FAA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5FAA9 is #5A0556. Grayscale: #D7D7D7. Windows color (decimal): -5899607 or 11139749. OLE color: 11139749.

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

Color convert

RGB165250169-
CMYK0.3400.320.02
HSL122.82º89.47%81.37%-
HSV(B)122.82º34%98.04%-
XYZ56.8679.2449.83-
YUV215.35101.8492.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.25%
GREEN value IS 250 (98.05% from 255) = 42.81%
BLUE value IS 169 (66.41% from 255) = 28.94%
R=28.25%
G=42.81%
B=28.94%

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
Decimal1652501690.3400.320.02122.8289.4781.37
HexA5FAA92202027b5951
Octal245372251420402173131121
Binary101001011111101010101001100010010000010111101110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FAA9; }

 p { color: rgb(165,250,169); }

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

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

 a { background-color: rgb(165,250,169); }

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

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

 span { border-color: rgb(165,250,169); }

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