#A6D576

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

Shades of Feijoa #A6D576

Tints of Feijoa #A6D576

Color information

#A6D576 (or 0xA6D576) is unknown color: approx Feijoa. HEX triplet: A6, D5 and 76. RGB value is (166,213,118). Sum of RGB (Red+Green+Blue) = 166+213+118=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 118 (46.48% from 255 or 23.74% from 497); Max value from RGB is 213 - color contains mainly: green. Hex color #A6D576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D576 is #592A89. Grayscale: #BCBCBC. Windows color (decimal): -5843594 or 7787942. OLE color: 7787942.

HSL color Cylindrical-coordinate representation of color #A6D576: hue angle of 89.68º degrees, saturation: 0.53, 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 #A6D576 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB166213118-
CMYK0.2200.450.16
HSL89.68º53.07%64.9%-
HSV(B)89.68º44.6%83.53%-
XYZ42.795725.89-
YUV188.1288.43112.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.40%
GREEN value IS 213 (83.59% from 255) = 42.86%
BLUE value IS 118 (46.48% from 255) = 23.74%
R=33.40%
G=42.86%
B=23.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1662131180.2200.450.1689.6853.0764.9
HexA6D5761602D105a3541
Octal246325166260552013265101
Binary101001101101010111101101011001011011000010110101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D576; }

 p { color: rgb(166,213,118); }

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

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

 a { background-color: rgb(166,213,118); }

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

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

 span { border-color: rgb(166,213,118); }

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