#A5FDAE

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

Shades of Pale Green #A5FDAE

Tints of Pale Green #A5FDAE

Color information

#A5FDAE (or 0xA5FDAE) is unknown color: approx Pale Green. HEX triplet: A5, FD and AE. RGB value is (165,253,174). Sum of RGB (Red+Green+Blue) = 165+253+174=592 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.87% from 592); Green value is 253 (99.22% from 255 or 42.74% from 592); Blue value is 174 (68.36% from 255 or 29.39% from 592); Max value from RGB is 253 - color contains mainly: green. Hex color #A5FDAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5FDAE is #5A0251. Grayscale: #D9D9D9. Windows color (decimal): -5898834 or 11468197. OLE color: 11468197.

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

Color convert

RGB165253174-
CMYK0.3500.310.01
HSL126.14º95.65%81.96%-
HSV(B)126.14º34.78%99.22%-
XYZ58.2881.3152.67-
YUV217.68103.3590.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.87%
GREEN value IS 253 (99.22% from 255) = 42.74%
BLUE value IS 174 (68.36% from 255) = 29.39%
R=27.87%
G=42.74%
B=29.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1652531740.3500.310.01126.1495.6581.96
HexA5FDAE2301F17e6052
Octal245375256430371176140122
Binary1010010111111101101011101000110111111111111011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FDAE; }

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

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

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

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

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

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

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

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