#A7D18A

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

Shades of Feijoa #A7D18A

Tints of Feijoa #A7D18A

Color information

#A7D18A (or 0xA7D18A) is unknown color: approx Feijoa. HEX triplet: A7, D1 and 8A. RGB value is (167,209,138). Sum of RGB (Red+Green+Blue) = 167+209+138=514 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.49% from 514); Green value is 209 (82.03% from 255 or 40.66% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 209 - color contains mainly: green. Hex color #A7D18A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D18A is #582E75. Grayscale: #BCBCBC. Windows color (decimal): -5779062 or 9097639. OLE color: 9097639.

HSL color Cylindrical-coordinate representation of color #A7D18A: hue angle of 95.49º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7D18A is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB167209138-
CMYK0.2000.340.18
HSL95.49º43.56%68.04%-
HSV(B)95.49º33.97%81.96%-
XYZ43.3255.6532.5-
YUV188.3599.59112.77-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.49%
GREEN value IS 209 (82.03% from 255) = 40.66%
BLUE value IS 138 (54.30% from 255) = 26.85%
R=32.49%
G=40.66%
B=26.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1672091380.2000.340.1895.4943.5668.04
HexA7D18A14022125f2c44
Octal247321212240422213754104
Binary1010011111010001100010101010001000101001010111111011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D18A; }

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

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

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

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

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

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

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

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