#A6DE8C

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

Shades of Feijoa #A6DE8C

Tints of Feijoa #A6DE8C

Color information

#A6DE8C (or 0xA6DE8C) is unknown color: approx Feijoa. HEX triplet: A6, DE and 8C. RGB value is (166,222,140). Sum of RGB (Red+Green+Blue) = 166+222+140=528 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.44% from 528); Green value is 222 (87.11% from 255 or 42.05% from 528); Blue value is 140 (55.08% from 255 or 26.52% from 528); Max value from RGB is 222 - color contains mainly: green. Hex color #A6DE8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DE8C is #592173. Grayscale: #C4C4C4. Windows color (decimal): -5841268 or 9232038. OLE color: 9232038.

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

Color convert

RGB166222140-
CMYK0.2500.370.13
HSL100.98º55.41%70.98%-
HSV(B)100.98º36.94%87.06%-
XYZ46.5862.2434.37-
YUV195.9196.45106.67-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.44%
GREEN value IS 222 (87.11% from 255) = 42.05%
BLUE value IS 140 (55.08% from 255) = 26.52%
R=31.44%
G=42.05%
B=26.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1662221400.2500.370.13100.9855.4170.98
HexA6DE8C19025D653747
Octal246336214310451514567107
Binary101001101101111010001100110010100101110111001011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DE8C; }

 p { color: rgb(166,222,140); }

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

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

 a { background-color: rgb(166,222,140); }

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

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

 span { border-color: rgb(166,222,140); }

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