#A6D68E

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

Shades of Feijoa #A6D68E

Tints of Feijoa #A6D68E

Color information

#A6D68E (or 0xA6D68E) is unknown color: approx Feijoa. HEX triplet: A6, D6 and 8E. RGB value is (166,214,142). Sum of RGB (Red+Green+Blue) = 166+214+142=522 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.80% from 522); Green value is 214 (83.98% from 255 or 41.00% from 522); Blue value is 142 (55.86% from 255 or 27.20% from 522); Max value from RGB is 214 - color contains mainly: green. Hex color #A6D68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D68E is #592971. Grayscale: #BFBFBF. Windows color (decimal): -5843314 or 9361062. OLE color: 9361062.

HSL color Cylindrical-coordinate representation of color #A6D68E: hue angle of 100º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6D68E is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB166214142-
CMYK0.2200.340.16
HSL100º46.75%69.8%-
HSV(B)100º33.64%83.92%-
XYZ44.6558.1534.46-
YUV191.44100.1109.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.80%
GREEN value IS 214 (83.98% from 255) = 41.00%
BLUE value IS 142 (55.86% from 255) = 27.20%
R=31.80%
G=41.00%
B=27.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1662141420.2200.340.1610046.7569.8
HexA6D68E1602210642f46
Octal246326216260422014457106
Binary1010011011010110100011101011001000101000011001001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D68E; }

 p { color: rgb(166,214,142); }

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

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

 a { background-color: rgb(166,214,142); }

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

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

 span { border-color: rgb(166,214,142); }

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