#A6E96D

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

Shades of Feijoa #A6E96D

Tints of Feijoa #A6E96D

Color information

#A6E96D (or 0xA6E96D) is unknown color: approx Feijoa. HEX triplet: A6, E9 and 6D. RGB value is (166,233,109). Sum of RGB (Red+Green+Blue) = 166+233+109=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 233 (91.41% from 255 or 45.87% from 508); Blue value is 109 (42.97% from 255 or 21.46% from 508); Max value from RGB is 233 - color contains mainly: green. Hex color #A6E96D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6E96D is #591692. Grayscale: #C7C7C7. Windows color (decimal): -5838483 or 7203238. OLE color: 7203238.

HSL color Cylindrical-coordinate representation of color #A6E96D: hue angle of 92.42º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A6E96D is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB166233109-
CMYK0.2900.530.09
HSL92.42º73.81%67.06%-
HSV(B)92.42º53.22%91.37%-
XYZ47.6367.4924.98-
YUV198.8377.3104.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.68%
GREEN value IS 233 (91.41% from 255) = 45.87%
BLUE value IS 109 (42.97% from 255) = 21.46%
R=32.68%
G=45.87%
B=21.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1662331090.2900.530.0992.4273.8167.06
HexA6E96D1D03595c4a43
Octal2463511553506511134112103
Binary101001101110100111011011110101101011001101110010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E96D; }

 p { color: rgb(166,233,109); }

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

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

 a { background-color: rgb(166,233,109); }

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

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

 span { border-color: rgb(166,233,109); }

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