#A6DA7A

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

Shades of Feijoa #A6DA7A

Tints of Feijoa #A6DA7A

Color information

#A6DA7A (or 0xA6DA7A) is unknown color: approx Feijoa. HEX triplet: A6, DA and 7A. RGB value is (166,218,122). Sum of RGB (Red+Green+Blue) = 166+218+122=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 218 - color contains mainly: green. Hex color #A6DA7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DA7A is #592585. Grayscale: #BFBFBF. Windows color (decimal): -5842310 or 8051366. OLE color: 8051366.

HSL color Cylindrical-coordinate representation of color #A6DA7A: hue angle of 92.5º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A6DA7A is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB166218122-
CMYK0.2400.440.15
HSL92.5º56.47%66.67%-
HSV(B)92.5º44.04%85.49%-
XYZ44.3159.6527.59-
YUV191.5188.77109.81-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.81%
GREEN value IS 218 (85.55% from 255) = 43.08%
BLUE value IS 122 (48.05% from 255) = 24.11%
R=32.81%
G=43.08%
B=24.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1662181220.2400.440.1592.556.4766.67
HexA6DA7A1802CF5c3843
Octal246332172300541713470103
Binary10100110110110101111010110000101100111110111001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DA7A; }

 p { color: rgb(166,218,122); }

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

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

 a { background-color: rgb(166,218,122); }

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

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

 span { border-color: rgb(166,218,122); }

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