#A2D170

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

Shades of Feijoa #A2D170

Tints of Feijoa #A2D170

Color information

#A2D170 (or 0xA2D170) is unknown color: approx Feijoa. HEX triplet: A2, D1 and 70. RGB value is (162,209,112). Sum of RGB (Red+Green+Blue) = 162+209+112=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 209 (82.03% from 255 or 43.27% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D170 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D170 is #5D2E8F. Grayscale: #B8B8B8. Windows color (decimal): -6106768 or 7393698. OLE color: 7393698.

HSL color Cylindrical-coordinate representation of color #A2D170: hue angle of 89.07º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A2D170 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB162209112-
CMYK0.2200.460.18
HSL89.07º51.32%62.94%-
HSV(B)89.07º46.41%81.96%-
XYZ40.6354.4523.7-
YUV183.8987.43112.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.54%
GREEN value IS 209 (82.03% from 255) = 43.27%
BLUE value IS 112 (44.14% from 255) = 23.19%
R=33.54%
G=43.27%
B=23.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1622091120.2200.460.1889.0751.3262.94
HexA2D1701602E1259333f
Octal24232116026056221316377
Binary10100010110100011110000101100101110100101011001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D170; }

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

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

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

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

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

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

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

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