#A0DC82

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

Shades of Feijoa #A0DC82

Tints of Feijoa #A0DC82

Color information

#A0DC82 (or 0xA0DC82) is unknown color: approx Feijoa. HEX triplet: A0, DC and 82. RGB value is (160,220,130). Sum of RGB (Red+Green+Blue) = 160+220+130=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 130 (51.17% from 255 or 25.49% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DC82 is #5F237D. Grayscale: #C0C0C0. Windows color (decimal): -6235006 or 8576160. OLE color: 8576160.

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

Color convert

RGB160220130-
CMYK0.2700.410.14
HSL100º56.25%68.63%-
HSV(B)100º40.91%86.27%-
XYZ44.1260.2730.43-
YUV191.893.12105.32-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.37%
GREEN value IS 220 (86.33% from 255) = 43.14%
BLUE value IS 130 (51.17% from 255) = 25.49%
R=31.37%
G=43.14%
B=25.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1602201300.2700.410.1410056.2568.63
HexA0DC821B029E643845
Octal240334202330511614470105
Binary101000001101110010000010110110101001111011001001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DC82; }

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

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

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

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

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

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

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

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