#A0DC80

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

Shades of Feijoa #A0DC80

Tints of Feijoa #A0DC80

Color information

#A0DC80 (or 0xA0DC80) is unknown color: approx Feijoa. HEX triplet: A0, DC and 80. RGB value is (160,220,128). Sum of RGB (Red+Green+Blue) = 160+220+128=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 128 (50.39% from 255 or 25.20% from 508); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DC80 is #5F237F. Grayscale: #BFBFBF. Windows color (decimal): -6235008 or 8445088. OLE color: 8445088.

HSL color Cylindrical-coordinate representation of color #A0DC80: hue angle of 99.13º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A0DC80 is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB160220128-
CMYK0.2700.420.14
HSL99.13º56.79%68.24%-
HSV(B)99.13º41.82%86.27%-
XYZ43.9960.2229.73-
YUV191.5792.12105.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.50%
GREEN value IS 220 (86.33% from 255) = 43.31%
BLUE value IS 128 (50.39% from 255) = 25.20%
R=31.50%
G=43.31%
B=25.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1602201280.2700.420.1499.1356.7968.24
HexA0DC801B02AE633944
Octal240334200330521614371104
Binary101000001101110010000000110110101010111011000111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DC80; }

 p { color: rgb(160,220,128); }

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

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

 a { background-color: rgb(160,220,128); }

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

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

 span { border-color: rgb(160,220,128); }

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