#A2DC7D

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

Shades of Feijoa #A2DC7D

Tints of Feijoa #A2DC7D

Color information

#A2DC7D (or 0xA2DC7D) is unknown color: approx Feijoa. HEX triplet: A2, DC and 7D. RGB value is (162,220,125). Sum of RGB (Red+Green+Blue) = 162+220+125=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DC7D is #5D2382. Grayscale: #C0C0C0. Windows color (decimal): -6103939 or 8248482. OLE color: 8248482.

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

Color convert

RGB162220125-
CMYK0.2600.430.14
HSL96.63º57.58%67.65%-
HSV(B)96.63º43.18%86.27%-
XYZ44.260.3528.72-
YUV191.8390.28106.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.95%
GREEN value IS 220 (86.33% from 255) = 43.39%
BLUE value IS 125 (49.22% from 255) = 24.65%
R=31.95%
G=43.39%
B=24.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1622201250.2600.430.1496.6357.5867.65
HexA2DC7D1A02BE613a44
Octal242334175320531614172104
Binary10100010110111001111101110100101011111011000011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DC7D; }

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

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

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

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

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

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

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

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