#A8DA6D

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

Shades of Feijoa #A8DA6D

Tints of Feijoa #A8DA6D

Color information

#A8DA6D (or 0xA8DA6D) is unknown color: approx Feijoa. HEX triplet: A8, DA and 6D. RGB value is (168,218,109). Sum of RGB (Red+Green+Blue) = 168+218+109=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DA6D is #572592. Grayscale: #BFBFBF. Windows color (decimal): -5711251 or 7199400. OLE color: 7199400.

HSL color Cylindrical-coordinate representation of color #A8DA6D: hue angle of 87.52º 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 #A8DA6D is Cyan = 0.23, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.15.

Color convert

RGB168218109-
CMYK0.2300.50.15
HSL87.52º59.56%64.12%-
HSV(B)87.52º50%85.49%-
XYZ43.9859.5723.65-
YUV190.6281.94111.86-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.94%
GREEN value IS 218 (85.55% from 255) = 44.04%
BLUE value IS 109 (42.97% from 255) = 22.02%
R=33.94%
G=44.04%
B=22.02%

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
Decimal1682181090.2300.50.1587.5259.5664.12
HexA8DA6D17032F583c40
Octal250332155270621713074100
Binary10101000110110101101101101110110010111110110001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DA6D; }

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

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

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

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

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

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

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

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