#A6D983

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

Shades of Feijoa #A6D983

Tints of Feijoa #A6D983

Color information

#A6D983 (or 0xA6D983) is unknown color: approx Feijoa. HEX triplet: A6, D9 and 83. RGB value is (166,217,131). Sum of RGB (Red+Green+Blue) = 166+217+131=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 131 (51.56% from 255 or 25.49% from 514); Max value from RGB is 217 - color contains mainly: green. Hex color #A6D983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D983 is #59267C. Grayscale: #C0C0C0. Windows color (decimal): -5842557 or 8640934. OLE color: 8640934.

HSL color Cylindrical-coordinate representation of color #A6D983: hue angle of 95.58º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A6D983 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB166217131-
CMYK0.2400.400.15
HSL95.58º53.09%68.24%-
HSV(B)95.58º39.63%85.1%-
XYZ44.6459.3730.58-
YUV191.9593.6109.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.30%
GREEN value IS 217 (85.16% from 255) = 42.22%
BLUE value IS 131 (51.56% from 255) = 25.49%
R=32.30%
G=42.22%
B=25.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1662171310.2400.400.1595.5853.0968.24
HexA6D98318028F603544
Octal246331203300501714065104
Binary101001101101100110000011110000101000111111000001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D983; }

 p { color: rgb(166,217,131); }

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

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

 a { background-color: rgb(166,217,131); }

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

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

 span { border-color: rgb(166,217,131); }

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