#A8DD6D

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

Shades of Feijoa #A8DD6D

Tints of Feijoa #A8DD6D

Color information

#A8DD6D (or 0xA8DD6D) is unknown color: approx Feijoa. HEX triplet: A8, DD and 6D. RGB value is (168,221,109). Sum of RGB (Red+Green+Blue) = 168+221+109=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 109 (42.97% from 255 or 21.89% from 498); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DD6D is #572292. Grayscale: #C0C0C0. Windows color (decimal): -5710483 or 7200168. OLE color: 7200168.

HSL color Cylindrical-coordinate representation of color #A8DD6D: hue angle of 88.39º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8DD6D is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB168221109-
CMYK0.2400.510.13
HSL88.39º62.22%64.71%-
HSV(B)88.39º50.68%86.67%-
XYZ44.7761.1423.91-
YUV192.3880.94110.61-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.73%
GREEN value IS 221 (86.72% from 255) = 44.38%
BLUE value IS 109 (42.97% from 255) = 21.89%
R=33.73%
G=44.38%
B=21.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1682211090.2400.510.1388.3962.2264.71
HexA8DD6D18033D583e41
Octal250335155300631513076101
Binary10101000110111011101101110000110011110110110001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DD6D; }

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

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

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

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

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

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

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

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