#A5FAAC

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

Shades of Pale Green #A5FAAC

Tints of Pale Green #A5FAAC

Color information

#A5FAAC (or 0xA5FAAC) is unknown color: approx Pale Green. HEX triplet: A5, FA and AC. RGB value is (165,250,172). Sum of RGB (Red+Green+Blue) = 165+250+172=587 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.11% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 172 (67.58% from 255 or 29.30% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FAAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5FAAC is #5A0553. Grayscale: #D7D7D7. Windows color (decimal): -5899604 or 11336357. OLE color: 11336357.

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

Color convert

RGB165250172-
CMYK0.3400.310.02
HSL124.94º89.47%81.37%-
HSV(B)124.94º34%98.04%-
XYZ57.1579.3551.33-
YUV215.69103.3491.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.11%
GREEN value IS 250 (98.05% from 255) = 42.59%
BLUE value IS 172 (67.58% from 255) = 29.30%
R=28.11%
G=42.59%
B=29.30%

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
Decimal1652501720.3400.310.02124.9489.4781.37
HexA5FAAC2201F27d5951
Octal245372254420372175131121
Binary10100101111110101010110010001001111110111110110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FAAC; }

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

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

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

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

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

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

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

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