#A2DC7C

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

Shades of Feijoa #A2DC7C

Tints of Feijoa #A2DC7C

Color information

#A2DC7C (or 0xA2DC7C) is unknown color: approx Feijoa. HEX triplet: A2, DC and 7C. RGB value is (162,220,124). Sum of RGB (Red+Green+Blue) = 162+220+124=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 124 (48.83% from 255 or 24.51% from 506); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DC7C is #5D2383. Grayscale: #C0C0C0. Windows color (decimal): -6103940 or 8182946. OLE color: 8182946.

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

Color convert

RGB162220124-
CMYK0.2600.440.14
HSL96.25º57.83%67.45%-
HSV(B)96.25º43.64%86.27%-
XYZ44.1360.3228.39-
YUV191.7189.78106.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.02%
GREEN value IS 220 (86.33% from 255) = 43.48%
BLUE value IS 124 (48.83% from 255) = 24.51%
R=32.02%
G=43.48%
B=24.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1622201240.2600.440.1496.2557.8367.45
HexA2DC7C1A02CE603a43
Octal242334174320541614072103
Binary10100010110111001111100110100101100111011000001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DC7C; }

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

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

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

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

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

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

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

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