#A7DA6D

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

Shades of Feijoa #A7DA6D

Tints of Feijoa #A7DA6D

Color information

#A7DA6D (or 0xA7DA6D) is unknown color: approx Feijoa. HEX triplet: A7, DA and 6D. RGB value is (167,218,109). Sum of RGB (Red+Green+Blue) = 167+218+109=494 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.81% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 109 (42.97% from 255 or 22.06% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #A7DA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7DA6D is #582592. Grayscale: #BEBEBE. Windows color (decimal): -5776787 or 7199399. OLE color: 7199399.

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

Color convert

RGB167218109-
CMYK0.2300.50.15
HSL88.07º59.56%64.12%-
HSV(B)88.07º50%85.49%-
XYZ43.7759.4623.64-
YUV190.3282.1111.36-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.81%
GREEN value IS 218 (85.55% from 255) = 44.13%
BLUE value IS 109 (42.97% from 255) = 22.06%
R=33.81%
G=44.13%
B=22.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1672181090.2300.50.1588.0759.5664.12
HexA7DA6D17032F583c40
Octal247332155270621713074100
Binary10100111110110101101101101110110010111110110001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DA6D; }

 p { color: rgb(167,218,109); }

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

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

 a { background-color: rgb(167,218,109); }

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

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

 span { border-color: rgb(167,218,109); }

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