#A4C882

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

Shades of Feijoa #A4C882

Tints of Feijoa #A4C882

Color information

#A4C882 (or 0xA4C882) is unknown color: approx Feijoa. HEX triplet: A4, C8 and 82. RGB value is (164,200,130). Sum of RGB (Red+Green+Blue) = 164+200+130=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 200 (78.52% from 255 or 40.49% from 494); Blue value is 130 (51.17% from 255 or 26.32% from 494); Max value from RGB is 200 - color contains mainly: green. Hex color #A4C882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C882 is #5B377D. Grayscale: #B5B5B5. Windows color (decimal): -5977982 or 8571044. OLE color: 8571044.

HSL color Cylindrical-coordinate representation of color #A4C882: hue angle of 90.86º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4C882 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB164200130-
CMYK0.1800.350.22
HSL90.86º38.89%64.71%-
HSV(B)90.86º35%78.43%-
XYZ39.9950.8128.82-
YUV181.2699.07115.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.20%
GREEN value IS 200 (78.52% from 255) = 40.49%
BLUE value IS 130 (51.17% from 255) = 26.32%
R=33.20%
G=40.49%
B=26.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1642001300.1800.350.2290.8638.8964.71
HexA4C88212023165b2741
Octal244310202220432613347101
Binary1010010011001000100000101001001000111011010110111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C882; }

 p { color: rgb(164,200,130); }

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

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

 a { background-color: rgb(164,200,130); }

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

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

 span { border-color: rgb(164,200,130); }

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