#A5FA8A

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

Shades of Pale Green #A5FA8A

Tints of Pale Green #A5FA8A

Color information

#A5FA8A (or 0xA5FA8A) is unknown color: approx Pale Green. HEX triplet: A5, FA and 8A. RGB value is (165,250,138). Sum of RGB (Red+Green+Blue) = 165+250+138=553 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.84% from 553); Green value is 250 (98.05% from 255 or 45.21% from 553); Blue value is 138 (54.30% from 255 or 24.95% from 553); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FA8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5FA8A is #5A0575. Grayscale: #D4D4D4. Windows color (decimal): -5899638 or 9108133. OLE color: 9108133.

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

Color convert

RGB165250138-
CMYK0.3400.450.02
HSL105.54º91.8%76.08%-
HSV(B)105.54º44.8%98.04%-
XYZ54.2978.2136.28-
YUV211.8286.3494.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.84%
GREEN value IS 250 (98.05% from 255) = 45.21%
BLUE value IS 138 (54.30% from 255) = 24.95%
R=29.84%
G=45.21%
B=24.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652501380.3400.450.02105.5491.876.08
HexA5FA8A2202D26a5c4c
Octal245372212420552152134114
Binary101001011111101010001010100010010110110110101010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FA8A; }

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

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

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

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

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

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

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

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