#A1D96D

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

Shades of Feijoa #A1D96D

Tints of Feijoa #A1D96D

Color information

#A1D96D (or 0xA1D96D) is unknown color: approx Feijoa. HEX triplet: A1, D9 and 6D. RGB value is (161,217,109). Sum of RGB (Red+Green+Blue) = 161+217+109=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 109 (42.97% from 255 or 22.38% from 487); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D96D is #5E2692. Grayscale: #BCBCBC. Windows color (decimal): -6170259 or 7199137. OLE color: 7199137.

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

Color convert

RGB161217109-
CMYK0.2600.500.15
HSL91.11º58.7%63.92%-
HSV(B)91.11º49.77%85.1%-
XYZ42.2758.3123.49-
YUV187.9483.45108.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.06%
GREEN value IS 217 (85.16% from 255) = 44.56%
BLUE value IS 109 (42.97% from 255) = 22.38%
R=33.06%
G=44.56%
B=22.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612171090.2600.500.1591.1158.763.92
HexA1D96D1A032F5b3b40
Octal241331155320621713373100
Binary10100001110110011101101110100110010111110110111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D96D; }

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

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

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

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

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

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

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

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