#A6CF7A

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

Shades of Feijoa #A6CF7A

Tints of Feijoa #A6CF7A

Color information

#A6CF7A (or 0xA6CF7A) is unknown color: approx Feijoa. HEX triplet: A6, CF and 7A. RGB value is (166,207,122). Sum of RGB (Red+Green+Blue) = 166+207+122=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 122 (48.05% from 255 or 24.65% from 495); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CF7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CF7A is #593085. Grayscale: #B9B9B9. Windows color (decimal): -5845126 or 8048550. OLE color: 8048550.

HSL color Cylindrical-coordinate representation of color #A6CF7A: hue angle of 88.94º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A6CF7A is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB166207122-
CMYK0.2000.410.19
HSL88.94º46.96%64.51%-
HSV(B)88.94º41.06%81.18%-
XYZ41.5554.1426.67-
YUV185.0592.42114.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.54%
GREEN value IS 207 (81.25% from 255) = 41.82%
BLUE value IS 122 (48.05% from 255) = 24.65%
R=33.54%
G=41.82%
B=24.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1662071220.2000.410.1988.9446.9664.51
HexA6CF7A1402913592f41
Octal246317172240512313157101
Binary101001101100111111110101010001010011001110110011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CF7A; }

 p { color: rgb(166,207,122); }

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

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

 a { background-color: rgb(166,207,122); }

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

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

 span { border-color: rgb(166,207,122); }

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