#A5F9AB

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

Shades of Pale Green #A5F9AB

Tints of Pale Green #A5F9AB

Color information

#A5F9AB (or 0xA5F9AB) is unknown color: approx Pale Green. HEX triplet: A5, F9 and AB. RGB value is (165,249,171). Sum of RGB (Red+Green+Blue) = 165+249+171=585 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.21% from 585); Green value is 249 (97.66% from 255 or 42.56% from 585); Blue value is 171 (67.19% from 255 or 29.23% from 585); Max value from RGB is 249 - color contains mainly: green. Hex color #A5F9AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F9AB is #5A0654. Grayscale: #D7D7D7. Windows color (decimal): -5899861 or 11270565. OLE color: 11270565.

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

Color convert

RGB165249171-
CMYK0.3400.310.02
HSL124.29º87.5%81.18%-
HSV(B)124.29º33.73%97.65%-
XYZ56.7478.6950.73-
YUV214.99103.1792.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.21%
GREEN value IS 249 (97.66% from 255) = 42.56%
BLUE value IS 171 (67.19% from 255) = 29.23%
R=28.21%
G=42.56%
B=29.23%

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
Decimal1652491710.3400.310.02124.2987.581.18
HexA5F9AB2201F27c5851
Octal245371253420372174130121
Binary10100101111110011010101110001001111110111110010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F9AB; }

 p { color: rgb(165,249,171); }

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

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

 a { background-color: rgb(165,249,171); }

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

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

 span { border-color: rgb(165,249,171); }

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