#A1D66E

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

Shades of Feijoa #A1D66E

Tints of Feijoa #A1D66E

Color information

#A1D66E (or 0xA1D66E) is unknown color: approx Feijoa. HEX triplet: A1, D6 and 6E. RGB value is (161,214,110). Sum of RGB (Red+Green+Blue) = 161+214+110=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D66E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D66E is #5E2991. Grayscale: #BABABA. Windows color (decimal): -6171026 or 7263905. OLE color: 7263905.

HSL color Cylindrical-coordinate representation of color #A1D66E: hue angle of 90.58º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A1D66E is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB161214110-
CMYK0.2500.490.16
HSL90.58º55.91%63.53%-
HSV(B)90.58º48.6%83.92%-
XYZ41.5656.823.52-
YUV186.384.94109.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.20%
GREEN value IS 214 (83.98% from 255) = 44.12%
BLUE value IS 110 (43.36% from 255) = 22.68%
R=33.20%
G=44.12%
B=22.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1612141100.2500.490.1690.5855.9163.53
HexA1D66E19031105b3840
Octal241326156310612013370100
Binary101000011101011011011101100101100011000010110111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D66E; }

 p { color: rgb(161,214,110); }

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

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

 a { background-color: rgb(161,214,110); }

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

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

 span { border-color: rgb(161,214,110); }

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