#A8DF82

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

Shades of Feijoa #A8DF82

Tints of Feijoa #A8DF82

Color information

#A8DF82 (or 0xA8DF82) is unknown color: approx Feijoa. HEX triplet: A8, DF and 82. RGB value is (168,223,130). Sum of RGB (Red+Green+Blue) = 168+223+130=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 130 (51.17% from 255 or 24.95% from 521); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DF82 is #57207D. Grayscale: #C4C4C4. Windows color (decimal): -5709950 or 8576936. OLE color: 8576936.

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

Color convert

RGB168223130-
CMYK0.2500.420.13
HSL95.48º59.24%69.22%-
HSV(B)95.48º41.7%87.45%-
XYZ46.5762.7130.77-
YUV195.9590.78108.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.25%
GREEN value IS 223 (87.5% from 255) = 42.80%
BLUE value IS 130 (51.17% from 255) = 24.95%
R=32.25%
G=42.80%
B=24.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1682231300.2500.420.1395.4859.2469.22
HexA8DF821902AD5f3b45
Octal250337202310521513773105
Binary101010001101111110000010110010101010110110111111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DF82; }

 p { color: rgb(168,223,130); }

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

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

 a { background-color: rgb(168,223,130); }

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

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

 span { border-color: rgb(168,223,130); }

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