#A7CC82

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

Shades of Feijoa #A7CC82

Tints of Feijoa #A7CC82

Color information

#A7CC82 (or 0xA7CC82) is unknown color: approx Feijoa. HEX triplet: A7, CC and 82. RGB value is (167,204,130). Sum of RGB (Red+Green+Blue) = 167+204+130=501 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.33% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 130 (51.17% from 255 or 25.95% from 501); Max value from RGB is 204 - color contains mainly: green. Hex color #A7CC82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CC82 is #58337D. Grayscale: #B8B8B8. Windows color (decimal): -5780350 or 8572071. OLE color: 8572071.

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

Color convert

RGB167204130-
CMYK0.1800.360.2
HSL90º42.05%65.49%-
HSV(B)90º36.27%80%-
XYZ41.5653.0129.16-
YUV184.597.24115.52-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.33%
GREEN value IS 204 (80.08% from 255) = 40.72%
BLUE value IS 130 (51.17% from 255) = 25.95%
R=33.33%
G=40.72%
B=25.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1672041300.1800.360.29042.0565.49
HexA7CC8212024145a2a41
Octal247314202220442413252101
Binary1010011111001100100000101001001001001010010110101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CC82; }

 p { color: rgb(167,204,130); }

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

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

 a { background-color: rgb(167,204,130); }

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

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

 span { border-color: rgb(167,204,130); }

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