#A6DB7A

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

Shades of Feijoa #A6DB7A

Tints of Feijoa #A6DB7A

Color information

#A6DB7A (or 0xA6DB7A) is unknown color: approx Feijoa. HEX triplet: A6, DB and 7A. RGB value is (166,219,122). Sum of RGB (Red+Green+Blue) = 166+219+122=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 122 (48.05% from 255 or 24.06% from 507); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DB7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DB7A is #592485. Grayscale: #C0C0C0. Windows color (decimal): -5842054 or 8051622. OLE color: 8051622.

HSL color Cylindrical-coordinate representation of color #A6DB7A: hue angle of 92.78º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A6DB7A is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB166219122-
CMYK0.2400.440.14
HSL92.78º57.4%66.86%-
HSV(B)92.78º44.29%85.88%-
XYZ44.5760.1827.68-
YUV192.188.44109.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.74%
GREEN value IS 219 (85.94% from 255) = 43.20%
BLUE value IS 122 (48.05% from 255) = 24.06%
R=32.74%
G=43.20%
B=24.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1662191220.2400.440.1492.7857.466.86
HexA6DB7A1802CE5d3943
Octal246333172300541613571103
Binary10100110110110111111010110000101100111010111011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DB7A; }

 p { color: rgb(166,219,122); }

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

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

 a { background-color: rgb(166,219,122); }

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

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

 span { border-color: rgb(166,219,122); }

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