#A1D776

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

Shades of Feijoa #A1D776

Tints of Feijoa #A1D776

Color information

#A1D776 (or 0xA1D776) is unknown color: approx Feijoa. HEX triplet: A1, D7 and 76. RGB value is (161,215,118). Sum of RGB (Red+Green+Blue) = 161+215+118=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 215 (84.38% from 255 or 43.52% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D776 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D776 is #5E2889. Grayscale: #BCBCBC. Windows color (decimal): -6170762 or 7788449. OLE color: 7788449.

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

Color convert

RGB161215118-
CMYK0.2500.450.16
HSL93.4º54.8%65.29%-
HSV(B)93.4º45.12%84.31%-
XYZ42.2757.4926.01-
YUV187.888.61108.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.59%
GREEN value IS 215 (84.38% from 255) = 43.52%
BLUE value IS 118 (46.48% from 255) = 23.89%
R=32.59%
G=43.52%
B=23.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1612151180.2500.450.1693.454.865.29
HexA1D7761902D105d3741
Octal241327166310552013567101
Binary101000011101011111101101100101011011000010111011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D776; }

 p { color: rgb(161,215,118); }

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

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

 a { background-color: rgb(161,215,118); }

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

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

 span { border-color: rgb(161,215,118); }

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