#A6CD85

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

Shades of Feijoa #A6CD85

Tints of Feijoa #A6CD85

Color information

#A6CD85 (or 0xA6CD85) is unknown color: approx Feijoa. HEX triplet: A6, CD and 85. RGB value is (166,205,133). Sum of RGB (Red+Green+Blue) = 166+205+133=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 205 - color contains mainly: green. Hex color #A6CD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CD85 is #59327A. Grayscale: #B9B9B9. Windows color (decimal): -5845627 or 8768934. OLE color: 8768934.

HSL color Cylindrical-coordinate representation of color #A6CD85: hue angle of 92.5º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6CD85 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB166205133-
CMYK0.1900.350.20
HSL92.5º41.86%66.27%-
HSV(B)92.5º35.12%80.39%-
XYZ41.7953.4630.31-
YUV185.1398.58114.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.94%
GREEN value IS 205 (80.47% from 255) = 40.67%
BLUE value IS 133 (52.34% from 255) = 26.39%
R=32.94%
G=40.67%
B=26.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1662051330.1900.350.2092.541.8666.27
HexA6CD8513023145c2a42
Octal246315205230432413452102
Binary1010011011001101100001011001101000111010010111001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CD85; }

 p { color: rgb(166,205,133); }

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

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

 a { background-color: rgb(166,205,133); }

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

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

 span { border-color: rgb(166,205,133); }

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