#A6CC8B

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

Shades of Feijoa #A6CC8B

Tints of Feijoa #A6CC8B

Color information

#A6CC8B (or 0xA6CC8B) is unknown color: approx Feijoa. HEX triplet: A6, CC and 8B. RGB value is (166,204,139). Sum of RGB (Red+Green+Blue) = 166+204+139=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 139 (54.69% from 255 or 27.31% from 509); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CC8B is #593374. Grayscale: #B9B9B9. Windows color (decimal): -5845877 or 9161894. OLE color: 9161894.

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

Color convert

RGB166204139-
CMYK0.1900.320.2
HSL95.08º38.92%67.25%-
HSV(B)95.08º31.86%80%-
XYZ41.9853.1632.47-
YUV185.23101.91114.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.61%
GREEN value IS 204 (80.08% from 255) = 40.08%
BLUE value IS 139 (54.69% from 255) = 27.31%
R=32.61%
G=40.08%
B=27.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1662041390.1900.320.295.0838.9267.25
HexA6CC8B13020145f2743
Octal246314213230402413747103
Binary1010011011001100100010111001101000001010010111111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CC8B; }

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

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

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

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

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

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

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

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