#A0DD6C

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

Shades of Feijoa #A0DD6C

Tints of Feijoa #A0DD6C

Color information

#A0DD6C (or 0xA0DD6C) is unknown color: approx Feijoa. HEX triplet: A0, DD and 6C. RGB value is (160,221,108). Sum of RGB (Red+Green+Blue) = 160+221+108=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 108 (42.58% from 255 or 22.09% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DD6C is #5F2293. Grayscale: #BEBEBE. Windows color (decimal): -6234772 or 7134624. OLE color: 7134624.

HSL color Cylindrical-coordinate representation of color #A0DD6C: hue angle of 92.39º 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 #A0DD6C is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB160221108-
CMYK0.2800.510.13
HSL92.39º62.43%64.51%-
HSV(B)92.39º51.13%86.67%-
XYZ43.0660.2723.55-
YUV189.8881.79106.69-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.72%
GREEN value IS 221 (86.72% from 255) = 45.19%
BLUE value IS 108 (42.58% from 255) = 22.09%
R=32.72%
G=45.19%
B=22.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1602211080.2800.510.1392.3962.4364.51
HexA0DD6C1C033D5c3e41
Octal240335154340631513476101
Binary10100000110111011101100111000110011110110111001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DD6C; }

 p { color: rgb(160,221,108); }

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

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

 a { background-color: rgb(160,221,108); }

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

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

 span { border-color: rgb(160,221,108); }

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