#A7CD84

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

Shades of Feijoa #A7CD84

Tints of Feijoa #A7CD84

Color information

#A7CD84 (or 0xA7CD84) is unknown color: approx Feijoa. HEX triplet: A7, CD and 84. RGB value is (167,205,132). Sum of RGB (Red+Green+Blue) = 167+205+132=504 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.13% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 132 (51.95% from 255 or 26.19% from 504); Max value from RGB is 205 - color contains mainly: green. Hex color #A7CD84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CD84 is #58327B. Grayscale: #B9B9B9. Windows color (decimal): -5780092 or 8703399. OLE color: 8703399.

HSL color Cylindrical-coordinate representation of color #A7CD84: hue angle of 91.23º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A7CD84 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB167205132-
CMYK0.1900.360.20
HSL91.23º42.2%66.08%-
HSV(B)91.23º35.61%80.39%-
XYZ41.9353.5429.95-
YUV185.3297.91114.94-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.13%
GREEN value IS 205 (80.47% from 255) = 40.67%
BLUE value IS 132 (51.95% from 255) = 26.19%
R=33.13%
G=40.67%
B=26.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1672051320.1900.360.2091.2342.266.08
HexA7CD8413024145b2a42
Octal247315204230442413352102
Binary1010011111001101100001001001101001001010010110111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CD84; }

 p { color: rgb(167,205,132); }

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

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

 a { background-color: rgb(167,205,132); }

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

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

 span { border-color: rgb(167,205,132); }

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