#A5FC9B

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

Shades of Pale Green #A5FC9B

Tints of Pale Green #A5FC9B

Color information

#A5FC9B (or 0xA5FC9B) is unknown color: approx Pale Green. HEX triplet: A5, FC and 9B. RGB value is (165,252,155). Sum of RGB (Red+Green+Blue) = 165+252+155=572 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.85% from 572); Green value is 252 (98.83% from 255 or 44.06% from 572); Blue value is 155 (60.94% from 255 or 27.10% from 572); Max value from RGB is 252 - color contains mainly: green. Hex color #A5FC9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5FC9B is #5A0364. Grayscale: #D7D7D7. Windows color (decimal): -5899109 or 10222757. OLE color: 10222757.

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

Color convert

RGB165252155-
CMYK0.3500.380.01
HSL113.81º94.17%79.8%-
HSV(B)113.81º38.49%98.82%-
XYZ56.2479.9943.48-
YUV214.9394.1892.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.85%
GREEN value IS 252 (98.83% from 255) = 44.06%
BLUE value IS 155 (60.94% from 255) = 27.10%
R=28.85%
G=44.06%
B=27.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1652521550.3500.380.01113.8194.1779.8
HexA5FC9B230261725e50
Octal245374233430461162136120
Binary10100101111111001001101110001101001101111001010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FC9B; }

 p { color: rgb(165,252,155); }

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

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

 a { background-color: rgb(165,252,155); }

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

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

 span { border-color: rgb(165,252,155); }

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