#A6CB7A

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

Shades of Feijoa #A6CB7A

Tints of Feijoa #A6CB7A

Color information

#A6CB7A (or 0xA6CB7A) is unknown color: approx Feijoa. HEX triplet: A6, CB and 7A. RGB value is (166,203,122). Sum of RGB (Red+Green+Blue) = 166+203+122=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 203 - color contains mainly: green. Hex color #A6CB7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CB7A is #593485. Grayscale: #B6B6B6. Windows color (decimal): -5846150 or 8047526. OLE color: 8047526.

HSL color Cylindrical-coordinate representation of color #A6CB7A: hue angle of 87.41º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A6CB7A is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB166203122-
CMYK0.1800.400.20
HSL87.41º43.78%63.73%-
HSV(B)87.41º39.9%79.61%-
XYZ40.5952.2226.35-
YUV182.793.74116.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.81%
GREEN value IS 203 (79.69% from 255) = 41.34%
BLUE value IS 122 (48.05% from 255) = 24.85%
R=33.81%
G=41.34%
B=24.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1662031220.1800.400.2087.4143.7863.73
HexA6CB7A1202814572c40
Octal246313172220502412754100
Binary101001101100101111110101001001010001010010101111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CB7A; }

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

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

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

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

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

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

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

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