#A6E18C

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

Shades of Feijoa #A6E18C

Tints of Feijoa #A6E18C

Color information

#A6E18C (or 0xA6E18C) is unknown color: approx Feijoa. HEX triplet: A6, E1 and 8C. RGB value is (166,225,140). Sum of RGB (Red+Green+Blue) = 166+225+140=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 225 (88.28% from 255 or 42.37% from 531); Blue value is 140 (55.08% from 255 or 26.37% from 531); Max value from RGB is 225 - color contains mainly: green. Hex color #A6E18C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6E18C is #591E73. Grayscale: #C5C5C5. Windows color (decimal): -5840500 or 9232806. OLE color: 9232806.

HSL color Cylindrical-coordinate representation of color #A6E18C: hue angle of 101.65º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A6E18C is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB166225140-
CMYK0.2600.380.12
HSL101.65º58.62%71.57%-
HSV(B)101.65º37.78%88.24%-
XYZ47.3863.8534.64-
YUV197.6795.45105.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.26%
GREEN value IS 225 (88.28% from 255) = 42.37%
BLUE value IS 140 (55.08% from 255) = 26.37%
R=31.26%
G=42.37%
B=26.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1662251400.2600.380.12101.6558.6271.57
HexA6E18C1A026C663b48
Octal246341214320461414673110
Binary101001101110000110001100110100100110110011001101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E18C; }

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

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

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

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

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

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

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

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