#A6CC7F

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

Shades of Feijoa #A6CC7F

Tints of Feijoa #A6CC7F

Color information

#A6CC7F (or 0xA6CC7F) is unknown color: approx Feijoa. HEX triplet: A6, CC and 7F. RGB value is (166,204,127). Sum of RGB (Red+Green+Blue) = 166+204+127=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 127 (50% from 255 or 25.55% from 497); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CC7F is #593380. Grayscale: #B8B8B8. Windows color (decimal): -5845889 or 8375462. OLE color: 8375462.

HSL color Cylindrical-coordinate representation of color #A6CC7F: hue angle of 89.61º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A6CC7F is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB166204127-
CMYK0.1900.380.2
HSL89.61º43.02%64.9%-
HSV(B)89.61º37.75%80%-
XYZ41.1552.8328.11-
YUV183.8695.91115.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.40%
GREEN value IS 204 (80.08% from 255) = 41.05%
BLUE value IS 127 (50% from 255) = 25.55%
R=33.40%
G=41.05%
B=25.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1662041270.1900.380.289.6143.0264.9
HexA6CC7F13026145a2b41
Octal246314177230462413253101
Binary101001101100110011111111001101001101010010110101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CC7F; }

 p { color: rgb(166,204,127); }

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

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

 a { background-color: rgb(166,204,127); }

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

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

 span { border-color: rgb(166,204,127); }

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