#A5FCAC

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

Shades of Pale Green #A5FCAC

Tints of Pale Green #A5FCAC

Color information

#A5FCAC (or 0xA5FCAC) is unknown color: approx Pale Green. HEX triplet: A5, FC and AC. RGB value is (165,252,172). Sum of RGB (Red+Green+Blue) = 165+252+172=589 (78% of max value = 765). Red value is 165 (64.84% from 255 or 28.01% from 589); Green value is 252 (98.83% from 255 or 42.78% from 589); Blue value is 172 (67.58% from 255 or 29.20% from 589); Max value from RGB is 252 - color contains mainly: green. Hex color #A5FCAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5FCAC is #5A0353. Grayscale: #D9D9D9. Windows color (decimal): -5899092 or 11336869. OLE color: 11336869.

HSL color Cylindrical-coordinate representation of color #A5FCAC: hue angle of 124.83º degrees, saturation: 0.94, 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 #A5FCAC is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB165252172-
CMYK0.3500.320.01
HSL124.83º93.55%81.76%-
HSV(B)124.83º34.52%98.82%-
XYZ57.7780.651.54-
YUV216.87102.6891-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.01%
GREEN value IS 252 (98.83% from 255) = 42.78%
BLUE value IS 172 (67.58% from 255) = 29.20%
R=28.01%
G=42.78%
B=29.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1652521720.3500.320.01124.8393.5581.76
HexA5FCAC2302017d5e52
Octal245374254430401175136122
Binary10100101111111001010110010001101000001111110110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FCAC; }

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

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

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

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

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

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

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

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