#A2D17E

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

Shades of Feijoa #A2D17E

Tints of Feijoa #A2D17E

Color information

#A2D17E (or 0xA2D17E) is unknown color: approx Feijoa. HEX triplet: A2, D1 and 7E. RGB value is (162,209,126). Sum of RGB (Red+Green+Blue) = 162+209+126=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 209 (82.03% from 255 or 42.05% from 497); Blue value is 126 (49.61% from 255 or 25.35% from 497); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D17E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D17E is #5D2E81. Grayscale: #B9B9B9. Windows color (decimal): -6106754 or 8311202. OLE color: 8311202.

HSL color Cylindrical-coordinate representation of color #A2D17E: hue angle of 93.98º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2D17E is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB162209126-
CMYK0.2200.400.18
HSL93.98º47.43%65.69%-
HSV(B)93.98º39.71%81.96%-
XYZ41.4754.7928.13-
YUV185.4894.43111.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.60%
GREEN value IS 209 (82.03% from 255) = 42.05%
BLUE value IS 126 (49.61% from 255) = 25.35%
R=32.60%
G=42.05%
B=25.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1622091260.2200.400.1893.9847.4365.69
HexA2D17E16028125e2f42
Octal242321176260502213657102
Binary101000101101000111111101011001010001001010111101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D17E; }

 p { color: rgb(162,209,126); }

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

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

 a { background-color: rgb(162,209,126); }

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

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

 span { border-color: rgb(162,209,126); }

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