#A2DC76

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

Shades of Feijoa #A2DC76

Tints of Feijoa #A2DC76

Color information

#A2DC76 (or 0xA2DC76) is unknown color: approx Feijoa. HEX triplet: A2, DC and 76. RGB value is (162,220,118). Sum of RGB (Red+Green+Blue) = 162+220+118=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 118 (46.48% from 255 or 23.6% from 500); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DC76 is #5D2389. Grayscale: #BFBFBF. Windows color (decimal): -6103946 or 7789730. OLE color: 7789730.

HSL color Cylindrical-coordinate representation of color #A2DC76: hue angle of 94.12º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A2DC76 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB162220118-
CMYK0.2600.460.14
HSL94.12º59.3%66.27%-
HSV(B)94.12º46.36%86.27%-
XYZ43.7660.1826.45-
YUV191.0386.78107.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.4%
GREEN value IS 220 (86.33% from 255) = 44%
BLUE value IS 118 (46.48% from 255) = 23.6%
R=32.4%
G=44%
B=23.6%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1622201180.2600.460.1494.1259.366.27
HexA2DC761A02EE5e3b42
Octal242334166320561613673102
Binary10100010110111001110110110100101110111010111101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DC76; }

 p { color: rgb(162,220,118); }

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

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

 a { background-color: rgb(162,220,118); }

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

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

 span { border-color: rgb(162,220,118); }

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