#A6DD6D

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

Shades of Feijoa #A6DD6D

Tints of Feijoa #A6DD6D

Color information

#A6DD6D (or 0xA6DD6D) is unknown color: approx Feijoa. HEX triplet: A6, DD and 6D. RGB value is (166,221,109). Sum of RGB (Red+Green+Blue) = 166+221+109=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 109 (42.97% from 255 or 21.98% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DD6D is #592292. Grayscale: #C0C0C0. Windows color (decimal): -5841555 or 7200166. OLE color: 7200166.

HSL color Cylindrical-coordinate representation of color #A6DD6D: hue angle of 89.46º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6DD6D is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB166221109-
CMYK0.2500.510.13
HSL89.46º62.22%64.71%-
HSV(B)89.46º50.68%86.67%-
XYZ44.3460.9223.89-
YUV191.7981.28109.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.47%
GREEN value IS 221 (86.72% from 255) = 44.56%
BLUE value IS 109 (42.97% from 255) = 21.98%
R=33.47%
G=44.56%
B=21.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1662211090.2500.510.1389.4662.2264.71
HexA6DD6D19033D593e41
Octal246335155310631513176101
Binary10100110110111011101101110010110011110110110011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DD6D; }

 p { color: rgb(166,221,109); }

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

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

 a { background-color: rgb(166,221,109); }

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

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

 span { border-color: rgb(166,221,109); }

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