#A7DF8A

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

Shades of Feijoa #A7DF8A

Tints of Feijoa #A7DF8A

Color information

#A7DF8A (or 0xA7DF8A) is unknown color: approx Feijoa. HEX triplet: A7, DF and 8A. RGB value is (167,223,138). Sum of RGB (Red+Green+Blue) = 167+223+138=528 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.63% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 138 (54.30% from 255 or 26.14% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #A7DF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7DF8A is #582075. Grayscale: #C4C4C4. Windows color (decimal): -5775478 or 9101223. OLE color: 9101223.

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

Color convert

RGB167223138-
CMYK0.2500.380.13
HSL99.53º57.05%70.78%-
HSV(B)99.53º38.12%87.45%-
XYZ46.9162.8333.7-
YUV196.5794.95106.91-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.63%
GREEN value IS 223 (87.5% from 255) = 42.23%
BLUE value IS 138 (54.30% from 255) = 26.14%
R=31.63%
G=42.23%
B=26.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1672231380.2500.380.1399.5357.0570.78
HexA7DF8A19026D643947
Octal247337212310461514471107
Binary101001111101111110001010110010100110110111001001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DF8A; }

 p { color: rgb(167,223,138); }

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

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

 a { background-color: rgb(167,223,138); }

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

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

 span { border-color: rgb(167,223,138); }

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