#A6DB70

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

Shades of Feijoa #A6DB70

Tints of Feijoa #A6DB70

Color information

#A6DB70 (or 0xA6DB70) is unknown color: approx Feijoa. HEX triplet: A6, DB and 70. RGB value is (166,219,112). Sum of RGB (Red+Green+Blue) = 166+219+112=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DB70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DB70 is #59248F. Grayscale: #BFBFBF. Windows color (decimal): -5842064 or 7396262. OLE color: 7396262.

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

Color convert

RGB166219112-
CMYK0.2400.490.14
HSL89.72º59.78%64.9%-
HSV(B)89.72º48.86%85.88%-
XYZ43.9859.9424.58-
YUV190.9683.44110.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.40%
GREEN value IS 219 (85.94% from 255) = 44.06%
BLUE value IS 112 (44.14% from 255) = 22.54%
R=33.40%
G=44.06%
B=22.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1662191120.2400.490.1489.7259.7864.9
HexA6DB7018031E5a3c41
Octal246333160300611613274101
Binary10100110110110111110000110000110001111010110101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DB70; }

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

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

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

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

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

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

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

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