#A1DA83

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

Shades of Feijoa #A1DA83

Tints of Feijoa #A1DA83

Color information

#A1DA83 (or 0xA1DA83) is unknown color: approx Feijoa. HEX triplet: A1, DA and 83. RGB value is (161,218,131). Sum of RGB (Red+Green+Blue) = 161+218+131=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 218 (85.55% from 255 or 42.75% from 510); Blue value is 131 (51.56% from 255 or 25.69% from 510); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DA83 is #5E257C. Grayscale: #BFBFBF. Windows color (decimal): -6169981 or 8641185. OLE color: 8641185.

HSL color Cylindrical-coordinate representation of color #A1DA83: hue angle of 99.31º 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 #A1DA83 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB161218131-
CMYK0.2600.400.15
HSL99.31º54.04%68.43%-
HSV(B)99.31º39.91%85.49%-
XYZ43.8759.3630.62-
YUV191.0494.12106.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.57%
GREEN value IS 218 (85.55% from 255) = 42.75%
BLUE value IS 131 (51.56% from 255) = 25.69%
R=31.57%
G=42.75%
B=25.69%

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
Decimal1612181310.2600.400.1599.3154.0468.43
HexA1DA831A028F633644
Octal241332203320501714366104
Binary101000011101101010000011110100101000111111000111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DA83; }

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

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

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

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

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

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

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

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