#A5FB8D

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

Shades of Pale Green #A5FB8D

Tints of Pale Green #A5FB8D

Color information

#A5FB8D (or 0xA5FB8D) is unknown color: approx Pale Green. HEX triplet: A5, FB and 8D. RGB value is (165,251,141). Sum of RGB (Red+Green+Blue) = 165+251+141=557 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.62% from 557); Green value is 251 (98.44% from 255 or 45.06% from 557); Blue value is 141 (55.47% from 255 or 25.31% from 557); Max value from RGB is 251 - color contains mainly: green. Hex color #A5FB8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5FB8D is #5A0472. Grayscale: #D5D5D5. Windows color (decimal): -5899379 or 9304997. OLE color: 9304997.

HSL color Cylindrical-coordinate representation of color #A5FB8D: hue angle of 106.91º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A5FB8D is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB165251141-
CMYK0.3400.440.02
HSL106.91º93.22%76.86%-
HSV(B)106.91º43.82%98.43%-
XYZ54.8278.9237.54-
YUV212.7587.5193.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.62%
GREEN value IS 251 (98.44% from 255) = 45.06%
BLUE value IS 141 (55.47% from 255) = 25.31%
R=29.62%
G=45.06%
B=25.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652511410.3400.440.02106.9193.2276.86
HexA5FB8D2202C26b5d4d
Octal245373215420542153135115
Binary101001011111101110001101100010010110010110101110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FB8D; }

 p { color: rgb(165,251,141); }

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

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

 a { background-color: rgb(165,251,141); }

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

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

 span { border-color: rgb(165,251,141); }

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