#A2FAA8

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

Shades of Pale Green #A2FAA8

Tints of Pale Green #A2FAA8

Color information

#A2FAA8 (or 0xA2FAA8) is unknown color: approx Pale Green. HEX triplet: A2, FA and A8. RGB value is (162,250,168). Sum of RGB (Red+Green+Blue) = 162+250+168=580 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.93% from 580); Green value is 250 (98.05% from 255 or 43.10% from 580); Blue value is 168 (66.02% from 255 or 28.97% from 580); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FAA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FAA8 is #5D0557. Grayscale: #D6D6D6. Windows color (decimal): -6096216 or 11074210. OLE color: 11074210.

HSL color Cylindrical-coordinate representation of color #A2FAA8: hue angle of 124.09º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2FAA8 is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB162250168-
CMYK0.3500.330.02
HSL124.09º89.8%80.78%-
HSV(B)124.09º35.2%98.04%-
XYZ56.1578.8849.31-
YUV214.34101.8590.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.93%
GREEN value IS 250 (98.05% from 255) = 43.10%
BLUE value IS 168 (66.02% from 255) = 28.97%
R=27.93%
G=43.10%
B=28.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1622501680.3500.330.02124.0989.880.78
HexA2FAA82302127c5a51
Octal242372250430412174132121
Binary101000101111101010101000100011010000110111110010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FAA8; }

 p { color: rgb(162,250,168); }

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

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

 a { background-color: rgb(162,250,168); }

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

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

 span { border-color: rgb(162,250,168); }

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