#A7D18C

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

Shades of Feijoa #A7D18C

Tints of Feijoa #A7D18C

Color information

#A7D18C (or 0xA7D18C) is unknown color: approx Feijoa. HEX triplet: A7, D1 and 8C. RGB value is (167,209,140). Sum of RGB (Red+Green+Blue) = 167+209+140=516 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.36% from 516); Green value is 209 (82.03% from 255 or 40.50% from 516); Blue value is 140 (55.08% from 255 or 27.13% from 516); Max value from RGB is 209 - color contains mainly: green. Hex color #A7D18C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D18C is #582E73. Grayscale: #BCBCBC. Windows color (decimal): -5779060 or 9228711. OLE color: 9228711.

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

Color convert

RGB167209140-
CMYK0.2000.330.18
HSL96.52º42.86%68.43%-
HSV(B)96.52º33.01%81.96%-
XYZ43.4755.7133.27-
YUV188.58100.59112.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.36%
GREEN value IS 209 (82.03% from 255) = 40.50%
BLUE value IS 140 (55.08% from 255) = 27.13%
R=32.36%
G=40.50%
B=27.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1672091400.2000.330.1896.5242.8668.43
HexA7D18C1402112612b44
Octal247321214240412214153104
Binary1010011111010001100011001010001000011001011000011010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D18C; }

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

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

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

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

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

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

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

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