#A6DF8B

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

Shades of Feijoa #A6DF8B

Tints of Feijoa #A6DF8B

Color information

#A6DF8B (or 0xA6DF8B) is unknown color: approx Feijoa. HEX triplet: A6, DF and 8B. RGB value is (166,223,139). Sum of RGB (Red+Green+Blue) = 166+223+139=528 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.44% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 139 (54.69% from 255 or 26.33% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DF8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DF8B is #592074. Grayscale: #C4C4C4. Windows color (decimal): -5841013 or 9166758. OLE color: 9166758.

HSL color Cylindrical-coordinate representation of color #A6DF8B: hue angle of 100.71º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A6DF8B is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB166223139-
CMYK0.2600.380.13
HSL100.71º56.76%70.98%-
HSV(B)100.71º37.67%87.45%-
XYZ46.7762.7534.07-
YUV196.3895.62106.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.44%
GREEN value IS 223 (87.5% from 255) = 42.23%
BLUE value IS 139 (54.69% from 255) = 26.33%
R=31.44%
G=42.23%
B=26.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1662231390.2600.380.13100.7156.7670.98
HexA6DF8B1A026D653947
Octal246337213320461514571107
Binary101001101101111110001011110100100110110111001011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DF8B; }

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

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

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

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

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

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

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

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