#A7D287

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

Shades of Feijoa #A7D287

Tints of Feijoa #A7D287

Color information

#A7D287 (or 0xA7D287) is unknown color: approx Feijoa. HEX triplet: A7, D2 and 87. RGB value is (167,210,135). Sum of RGB (Red+Green+Blue) = 167+210+135=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 135 (53.12% from 255 or 26.37% from 512); Max value from RGB is 210 - color contains mainly: green. Hex color #A7D287 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D287 is #582D78. Grayscale: #BCBCBC. Windows color (decimal): -5778809 or 8901287. OLE color: 8901287.

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

Color convert

RGB167210135-
CMYK0.2000.360.18
HSL94.4º45.45%67.65%-
HSV(B)94.4º35.71%82.35%-
XYZ43.3656.0631.46-
YUV188.5997.75112.6-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.62%
GREEN value IS 210 (82.42% from 255) = 41.02%
BLUE value IS 135 (53.12% from 255) = 26.37%
R=32.62%
G=41.02%
B=26.37%

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
Decimal1672101350.2000.360.1894.445.4567.65
HexA7D28714024125e2d44
Octal247322207240442213655104
Binary1010011111010010100001111010001001001001010111101011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D287; }

 p { color: rgb(167,210,135); }

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

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

 a { background-color: rgb(167,210,135); }

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

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

 span { border-color: rgb(167,210,135); }

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