#A1DA82

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

Shades of Feijoa #A1DA82

Tints of Feijoa #A1DA82

Color information

#A1DA82 (or 0xA1DA82) is unknown color: approx Feijoa. HEX triplet: A1, DA and 82. RGB value is (161,218,130). Sum of RGB (Red+Green+Blue) = 161+218+130=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 130 (51.17% from 255 or 25.54% from 509); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DA82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DA82 is #5E257D. Grayscale: #BFBFBF. Windows color (decimal): -6169982 or 8575649. OLE color: 8575649.

HSL color Cylindrical-coordinate representation of color #A1DA82: hue angle of 98.86º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1DA82 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB161218130-
CMYK0.2600.400.15
HSL98.86º54.32%68.24%-
HSV(B)98.86º40.37%85.49%-
XYZ43.859.3330.26-
YUV190.9293.62106.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.63%
GREEN value IS 218 (85.55% from 255) = 42.83%
BLUE value IS 130 (51.17% from 255) = 25.54%
R=31.63%
G=42.83%
B=25.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612181300.2600.400.1598.8654.3268.24
HexA1DA821A028F633644
Octal241332202320501714366104
Binary101000011101101010000010110100101000111111000111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DA82; }

 p { color: rgb(161,218,130); }

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

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

 a { background-color: rgb(161,218,130); }

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

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

 span { border-color: rgb(161,218,130); }

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