#A7D085

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

Shades of Feijoa #A7D085

Tints of Feijoa #A7D085

Color information

#A7D085 (or 0xA7D085) is unknown color: approx Feijoa. HEX triplet: A7, D0 and 85. RGB value is (167,208,133). Sum of RGB (Red+Green+Blue) = 167+208+133=508 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.87% from 508); Green value is 208 (81.64% from 255 or 40.94% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 208 - color contains mainly: green. Hex color #A7D085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D085 is #582F7A. Grayscale: #BBBBBB. Windows color (decimal): -5779323 or 8769703. OLE color: 8769703.

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

Color convert

RGB167208133-
CMYK0.2000.360.18
HSL92.8º44.38%66.86%-
HSV(B)92.8º36.06%81.57%-
XYZ42.7355.0230.56-
YUV187.1997.42113.6-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.87%
GREEN value IS 208 (81.64% from 255) = 40.94%
BLUE value IS 133 (52.34% from 255) = 26.18%
R=32.87%
G=40.94%
B=26.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1672081330.2000.360.1892.844.3866.86
HexA7D08514024125d2c43
Octal247320205240442213554103
Binary1010011111010000100001011010001001001001010111011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D085; }

 p { color: rgb(167,208,133); }

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

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

 a { background-color: rgb(167,208,133); }

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

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

 span { border-color: rgb(167,208,133); }

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