#A3CC7A

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

Shades of Feijoa #A3CC7A

Tints of Feijoa #A3CC7A

Color information

#A3CC7A (or 0xA3CC7A) is unknown color: approx Feijoa. HEX triplet: A3, CC and 7A. RGB value is (163,204,122). Sum of RGB (Red+Green+Blue) = 163+204+122=489 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.33% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 122 (48.05% from 255 or 24.95% from 489); Max value from RGB is 204 - color contains mainly: green. Hex color #A3CC7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CC7A is #5C3385. Grayscale: #B6B6B6. Windows color (decimal): -6042502 or 8047779. OLE color: 8047779.

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

Color convert

RGB163204122-
CMYK0.2000.400.2
HSL90º44.57%63.92%-
HSV(B)90º40.2%80%-
XYZ40.2152.3826.4-
YUV182.3993.92114.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.33%
GREEN value IS 204 (80.08% from 255) = 41.72%
BLUE value IS 122 (48.05% from 255) = 24.95%
R=33.33%
G=41.72%
B=24.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1632041220.2000.400.29044.5763.92
HexA3CC7A14028145a2d40
Octal243314172240502413255100
Binary101000111100110011110101010001010001010010110101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CC7A; }

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

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

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

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

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

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

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

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