#A8DD80

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

Shades of Feijoa #A8DD80

Tints of Feijoa #A8DD80

Color information

#A8DD80 (or 0xA8DD80) is unknown color: approx Feijoa. HEX triplet: A8, DD and 80. RGB value is (168,221,128). Sum of RGB (Red+Green+Blue) = 168+221+128=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 128 (50.39% from 255 or 24.76% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DD80 is #57227F. Grayscale: #C2C2C2. Windows color (decimal): -5710464 or 8445352. OLE color: 8445352.

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

Color convert

RGB168221128-
CMYK0.2400.420.13
HSL94.19º57.76%68.43%-
HSV(B)94.19º42.08%86.67%-
XYZ45.961.629.89-
YUV194.5590.44109.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.50%
GREEN value IS 221 (86.72% from 255) = 42.75%
BLUE value IS 128 (50.39% from 255) = 24.76%
R=32.50%
G=42.75%
B=24.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1682211280.2400.420.1394.1957.7668.43
HexA8DD801802AD5e3a44
Octal250335200300521513672104
Binary101010001101110110000000110000101010110110111101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DD80; }

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

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

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

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

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

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

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

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