#A5FAAD

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

Shades of Pale Green #A5FAAD

Tints of Pale Green #A5FAAD

Color information

#A5FAAD (or 0xA5FAAD) is unknown color: approx Pale Green. HEX triplet: A5, FA and AD. RGB value is (165,250,173). Sum of RGB (Red+Green+Blue) = 165+250+173=588 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.06% from 588); Green value is 250 (98.05% from 255 or 42.52% from 588); Blue value is 173 (67.97% from 255 or 29.42% from 588); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FAAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5FAAD is #5A0552. Grayscale: #D8D8D8. Windows color (decimal): -5899603 or 11401893. OLE color: 11401893.

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

Color convert

RGB165250173-
CMYK0.3400.310.02
HSL125.65º89.47%81.37%-
HSV(B)125.65º34%98.04%-
XYZ57.2579.3951.84-
YUV215.81103.8491.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.06%
GREEN value IS 250 (98.05% from 255) = 42.52%
BLUE value IS 173 (67.97% from 255) = 29.42%
R=28.06%
G=42.52%
B=29.42%

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
Decimal1652501730.3400.310.02125.6589.4781.37
HexA5FAAD2201F27e5951
Octal245372255420372176131121
Binary10100101111110101010110110001001111110111111010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FAAD; }

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

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

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

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

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

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

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

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