#A1D46D

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

Shades of Feijoa #A1D46D

Tints of Feijoa #A1D46D

Color information

#A1D46D (or 0xA1D46D) is unknown color: approx Feijoa. HEX triplet: A1, D4 and 6D. RGB value is (161,212,109). Sum of RGB (Red+Green+Blue) = 161+212+109=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 212 (83.20% from 255 or 43.98% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 212 - color contains mainly: green. Hex color #A1D46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D46D is #5E2B92. Grayscale: #B9B9B9. Windows color (decimal): -6171539 or 7197857. OLE color: 7197857.

HSL color Cylindrical-coordinate representation of color #A1D46D: hue angle of 89.71º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A1D46D is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB161212109-
CMYK0.2400.490.17
HSL89.71º54.5%62.94%-
HSV(B)89.71º48.58%83.14%-
XYZ4155.7723.07-
YUV185.0185.1110.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.40%
GREEN value IS 212 (83.20% from 255) = 43.98%
BLUE value IS 109 (42.97% from 255) = 22.61%
R=33.40%
G=43.98%
B=22.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1612121090.2400.490.1789.7154.562.94
HexA1D46D18031115a363f
Octal24132415530061211326677
Binary10100001110101001101101110000110001100011011010110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D46D; }

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

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

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

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

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

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

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

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