#A2D97A

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

Shades of Feijoa #A2D97A

Tints of Feijoa #A2D97A

Color information

#A2D97A (or 0xA2D97A) is unknown color: approx Feijoa. HEX triplet: A2, D9 and 7A. RGB value is (162,217,122). Sum of RGB (Red+Green+Blue) = 162+217+122=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 217 (85.16% from 255 or 43.31% from 501); Blue value is 122 (48.05% from 255 or 24.35% from 501); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D97A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D97A is #5D2685. Grayscale: #BEBEBE. Windows color (decimal): -6104710 or 8051106. OLE color: 8051106.

HSL color Cylindrical-coordinate representation of color #A2D97A: hue angle of 94.74º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A2D97A is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB162217122-
CMYK0.2500.440.15
HSL94.74º55.56%66.47%-
HSV(B)94.74º43.78%85.1%-
XYZ43.2358.7127.47-
YUV189.7289.78108.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.34%
GREEN value IS 217 (85.16% from 255) = 43.31%
BLUE value IS 122 (48.05% from 255) = 24.35%
R=32.34%
G=43.31%
B=24.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1622171220.2500.440.1594.7455.5666.47
HexA2D97A1902CF5f3842
Octal242331172310541713770102
Binary10100010110110011111010110010101100111110111111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D97A; }

 p { color: rgb(162,217,122); }

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

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

 a { background-color: rgb(162,217,122); }

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

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

 span { border-color: rgb(162,217,122); }

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