#A6D774

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

Shades of Feijoa #A6D774

Tints of Feijoa #A6D774

Color information

#A6D774 (or 0xA6D774) is unknown color: approx Feijoa. HEX triplet: A6, D7 and 74. RGB value is (166,215,116). Sum of RGB (Red+Green+Blue) = 166+215+116=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 215 (84.38% from 255 or 43.26% from 497); Blue value is 116 (45.70% from 255 or 23.34% from 497); Max value from RGB is 215 - color contains mainly: green. Hex color #A6D774 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D774 is #59288B. Grayscale: #BDBDBD. Windows color (decimal): -5843084 or 7657382. OLE color: 7657382.

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

Color convert

RGB166215116-
CMYK0.2300.460.16
HSL89.7º55.31%64.9%-
HSV(B)89.7º46.05%84.31%-
XYZ43.1857.9725.44-
YUV189.0686.77111.55-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.40%
GREEN value IS 215 (84.38% from 255) = 43.26%
BLUE value IS 116 (45.70% from 255) = 23.34%
R=33.40%
G=43.26%
B=23.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1662151160.2300.460.1689.755.3164.9
HexA6D7741702E105a3741
Octal246327164270562013267101
Binary101001101101011111101001011101011101000010110101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D774; }

 p { color: rgb(166,215,116); }

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

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

 a { background-color: rgb(166,215,116); }

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

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

 span { border-color: rgb(166,215,116); }

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