#A2D071

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

Shades of Feijoa #A2D071

Tints of Feijoa #A2D071

Color information

#A2D071 (or 0xA2D071) is unknown color: approx Feijoa. HEX triplet: A2, D0 and 71. RGB value is (162,208,113). Sum of RGB (Red+Green+Blue) = 162+208+113=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 208 (81.64% from 255 or 43.06% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D071 is #5D2F8E. Grayscale: #B7B7B7. Windows color (decimal): -6107023 or 7458978. OLE color: 7458978.

HSL color Cylindrical-coordinate representation of color #A2D071: hue angle of 89.05º degrees, saturation: 0.5, 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 #A2D071 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB162208113-
CMYK0.2200.460.18
HSL89.05º50.26%62.94%-
HSV(B)89.05º45.67%81.57%-
XYZ40.4453.9923.91-
YUV183.4288.26112.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.54%
GREEN value IS 208 (81.64% from 255) = 43.06%
BLUE value IS 113 (44.53% from 255) = 23.40%
R=33.54%
G=43.06%
B=23.40%

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
Decimal1622081130.2200.460.1889.0550.2662.94
HexA2D0711602E1259323f
Octal24232016126056221316277
Binary10100010110100001110001101100101110100101011001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D071; }

 p { color: rgb(162,208,113); }

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

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

 a { background-color: rgb(162,208,113); }

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

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

 span { border-color: rgb(162,208,113); }

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