#A6DA88

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

Shades of Feijoa #A6DA88

Tints of Feijoa #A6DA88

Color information

#A6DA88 (or 0xA6DA88) is unknown color: approx Feijoa. HEX triplet: A6, DA and 88. RGB value is (166,218,136). Sum of RGB (Red+Green+Blue) = 166+218+136=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 136 (53.52% from 255 or 26.15% from 520); Max value from RGB is 218 - color contains mainly: green. Hex color #A6DA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DA88 is #592577. Grayscale: #C1C1C1. Windows color (decimal): -5842296 or 8968870. OLE color: 8968870.

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

Color convert

RGB166218136-
CMYK0.2400.380.15
HSL98.05º52.56%69.41%-
HSV(B)98.05º37.61%85.49%-
XYZ45.2460.0332.49-
YUV193.195.77108.67-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.92%
GREEN value IS 218 (85.55% from 255) = 41.92%
BLUE value IS 136 (53.52% from 255) = 26.15%
R=31.92%
G=41.92%
B=26.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1662181360.2400.380.1598.0552.5669.41
HexA6DA8818026F623545
Octal246332210300461714265105
Binary101001101101101010001000110000100110111111000101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DA88; }

 p { color: rgb(166,218,136); }

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

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

 a { background-color: rgb(166,218,136); }

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

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

 span { border-color: rgb(166,218,136); }

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