#A3CC79

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

Shades of Feijoa #A3CC79

Tints of Feijoa #A3CC79

Color information

#A3CC79 (or 0xA3CC79) is unknown color: approx Feijoa. HEX triplet: A3, CC and 79. RGB value is (163,204,121). Sum of RGB (Red+Green+Blue) = 163+204+121=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 121 (47.66% from 255 or 24.80% from 488); Max value from RGB is 204 - color contains mainly: green. Hex color #A3CC79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CC79 is #5C3386. Grayscale: #B6B6B6. Windows color (decimal): -6042503 or 7982243. OLE color: 7982243.

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

Color convert

RGB163204121-
CMYK0.2000.410.2
HSL89.64º44.86%63.73%-
HSV(B)89.64º40.69%80%-
XYZ40.1552.3526.08-
YUV182.2893.42114.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.40%
GREEN value IS 204 (80.08% from 255) = 41.80%
BLUE value IS 121 (47.66% from 255) = 24.80%
R=33.40%
G=41.80%
B=24.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1632041210.2000.410.289.6444.8663.73
HexA3CC7914029145a2d40
Octal243314171240512413255100
Binary101000111100110011110011010001010011010010110101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CC79; }

 p { color: rgb(163,204,121); }

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

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

 a { background-color: rgb(163,204,121); }

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

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

 span { border-color: rgb(163,204,121); }

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