#A4CC81

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

Shades of Feijoa #A4CC81

Tints of Feijoa #A4CC81

Color information

#A4CC81 (or 0xA4CC81) is unknown color: approx Feijoa. HEX triplet: A4, CC and 81. RGB value is (164,204,129). Sum of RGB (Red+Green+Blue) = 164+204+129=497 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.00% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 129 (50.78% from 255 or 25.96% from 497); Max value from RGB is 204 - color contains mainly: green. Hex color #A4CC81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CC81 is #5B337E. Grayscale: #B7B7B7. Windows color (decimal): -5976959 or 8506532. OLE color: 8506532.

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

Color convert

RGB164204129-
CMYK0.2000.370.2
HSL92º42.37%65.29%-
HSV(B)92º36.76%80%-
XYZ40.8752.6628.78-
YUV183.4997.25114.1-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.00%
GREEN value IS 204 (80.08% from 255) = 41.05%
BLUE value IS 129 (50.78% from 255) = 25.96%
R=33.00%
G=41.05%
B=25.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1642041290.2000.370.29242.3765.29
HexA4CC8114025145c2a41
Octal244314201240452413452101
Binary1010010011001100100000011010001001011010010111001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CC81; }

 p { color: rgb(164,204,129); }

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

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

 a { background-color: rgb(164,204,129); }

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

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

 span { border-color: rgb(164,204,129); }

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