#A5FDA1

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

Shades of Pale Green #A5FDA1

Tints of Pale Green #A5FDA1

Color information

#A5FDA1 (or 0xA5FDA1) is unknown color: approx Pale Green. HEX triplet: A5, FD and A1. RGB value is (165,253,161). Sum of RGB (Red+Green+Blue) = 165+253+161=579 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.50% from 579); Green value is 253 (99.22% from 255 or 43.70% from 579); Blue value is 161 (63.28% from 255 or 27.81% from 579); Max value from RGB is 253 - color contains mainly: green. Hex color #A5FDA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5FDA1 is #5A025E. Grayscale: #D8D8D8. Windows color (decimal): -5898847 or 10616229. OLE color: 10616229.

HSL color Cylindrical-coordinate representation of color #A5FDA1: hue angle of 117.39º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A5FDA1 is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB165253161-
CMYK0.3500.360.01
HSL117.39º95.83%81.18%-
HSV(B)117.39º36.36%99.22%-
XYZ57.0880.8246.31-
YUV216.296.8591.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.50%
GREEN value IS 253 (99.22% from 255) = 43.70%
BLUE value IS 161 (63.28% from 255) = 27.81%
R=28.50%
G=43.70%
B=27.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1652531610.3500.360.01117.3995.8381.18
HexA5FDA1230241756051
Octal245375241430441165140121
Binary10100101111111011010000110001101001001111010111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FDA1; }

 p { color: rgb(165,253,161); }

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

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

 a { background-color: rgb(165,253,161); }

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

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

 span { border-color: rgb(165,253,161); }

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