#A6DD80

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

Shades of Feijoa #A6DD80

Tints of Feijoa #A6DD80

Color information

#A6DD80 (or 0xA6DD80) is unknown color: approx Feijoa. HEX triplet: A6, DD and 80. RGB value is (166,221,128). Sum of RGB (Red+Green+Blue) = 166+221+128=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 128 (50.39% from 255 or 24.85% from 515); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DD80 is #59227F. Grayscale: #C2C2C2. Windows color (decimal): -5841536 or 8445350. OLE color: 8445350.

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

Color convert

RGB166221128-
CMYK0.2500.420.13
HSL95.48º57.76%68.43%-
HSV(B)95.48º42.08%86.67%-
XYZ45.4861.3829.87-
YUV193.9590.78108.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.23%
GREEN value IS 221 (86.72% from 255) = 42.91%
BLUE value IS 128 (50.39% from 255) = 24.85%
R=32.23%
G=42.91%
B=24.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1662211280.2500.420.1395.4857.7668.43
HexA6DD801902AD5f3a44
Octal246335200310521513772104
Binary101001101101110110000000110010101010110110111111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DD80; }

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

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

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

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

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

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

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

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