#A6D88A

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

Shades of Feijoa #A6D88A

Tints of Feijoa #A6D88A

Color information

#A6D88A (or 0xA6D88A) is unknown color: approx Feijoa. HEX triplet: A6, D8 and 8A. RGB value is (166,216,138). Sum of RGB (Red+Green+Blue) = 166+216+138=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 216 - color contains mainly: green. Hex color #A6D88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D88A is #592775. Grayscale: #C0C0C0. Windows color (decimal): -5842806 or 9099430. OLE color: 9099430.

HSL color Cylindrical-coordinate representation of color #A6D88A: hue angle of 98.46º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A6D88A is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB166216138-
CMYK0.2300.360.15
HSL98.46º50%69.41%-
HSV(B)98.46º36.11%84.71%-
XYZ44.8759.0533.08-
YUV192.1697.44109.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.92%
GREEN value IS 216 (84.77% from 255) = 41.54%
BLUE value IS 138 (54.30% from 255) = 26.54%
R=31.92%
G=41.54%
B=26.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1662161380.2300.360.1598.465069.41
HexA6D88A17024F623245
Octal246330212270441714262105
Binary101001101101100010001010101110100100111111000101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D88A; }

 p { color: rgb(166,216,138); }

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

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

 a { background-color: rgb(166,216,138); }

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

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

 span { border-color: rgb(166,216,138); }

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