#a2da6a

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

Shades of Feijoa #A2DA6A

Tints of Feijoa #A2DA6A

Color information

#A2DA6A (or 0xA2DA6A) is unknown color: approx Feijoa. HEX triplet: A2, DA and 6A. RGB value is (162,218,106). Sum of RGB (Red+Green+Blue) = 162+218+106=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 106 (41.80% from 255 or 21.81% from 486); Max value from RGB is 218 - color contains mainly: green. Hex color #A2DA6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DA6A is #5D2595. Grayscale: #BCBCBC. Windows color (decimal): -6104470 or 7002786. OLE color: 7002786.

HSL color Cylindrical-coordinate representation of color #A2DA6A: hue angle of 90º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2DA6A is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB162218106-
CMYK0.2600.510.15
HSL90º60.22%63.53%-
HSV(B)90º51.38%85.49%-
XYZ42.5758.8622.75-
YUV188.4981.45109.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.33%
GREEN value IS 218 (85.55% from 255) = 44.86%
BLUE value IS 106 (41.80% from 255) = 21.81%
R=33.33%
G=44.86%
B=21.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1622181060.2600.510.159060.2263.53
HexA2DA6A1A033F5a3c40
Octal242332152320631713274100
Binary10100010110110101101010110100110011111110110101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2da6a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2da6a; }

 p { color: rgb(162,218,106); }

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

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

 a { background-color: rgb(162,218,106); }

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

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

 span { border-color: rgb(162,218,106); }

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