#A1D96F

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

Shades of Feijoa #A1D96F

Tints of Feijoa #A1D96F

Color information

#A1D96F (or 0xA1D96F) is unknown color: approx Feijoa. HEX triplet: A1, D9 and 6F. RGB value is (161,217,111). Sum of RGB (Red+Green+Blue) = 161+217+111=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 217 (85.16% from 255 or 44.38% from 489); Blue value is 111 (43.75% from 255 or 22.70% from 489); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D96F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D96F is #5E2690. Grayscale: #BCBCBC. Windows color (decimal): -6170257 or 7330209. OLE color: 7330209.

HSL color Cylindrical-coordinate representation of color #A1D96F: hue angle of 91.7º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A1D96F is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB161217111-
CMYK0.2600.490.15
HSL91.7º58.24%64.31%-
HSV(B)91.7º48.85%85.1%-
XYZ42.3858.3524.07-
YUV188.1784.45108.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.92%
GREEN value IS 217 (85.16% from 255) = 44.38%
BLUE value IS 111 (43.75% from 255) = 22.70%
R=32.92%
G=44.38%
B=22.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612171110.2600.490.1591.758.2464.31
HexA1D96F1A031F5c3a40
Octal241331157320611713472100
Binary10100001110110011101111110100110001111110111001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D96F; }

 p { color: rgb(161,217,111); }

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

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

 a { background-color: rgb(161,217,111); }

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

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

 span { border-color: rgb(161,217,111); }

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